Import('env', 'rtech1')

tests = []

tests.append(SConscript('init/SConscript', exports = ['env', 'rtech1'], duplicate=0))

Return('tests')
