#!/usr/bin/python

Import('env')
Export('env')

SConscript('tests/SCsub')
