diff options
Diffstat (limited to 'test/LIBSUFFIX.py')
-rw-r--r-- | test/LIBSUFFIX.py | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/LIBSUFFIX.py b/test/LIBSUFFIX.py new file mode 100644 index 0000000..a3ad79f --- /dev/null +++ b/test/LIBSUFFIX.py @@ -0,0 +1,16 @@ +#!/usr/bin/env python + +__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" + +import TestSCons + +test = TestSCons.TestSCons() + +test.pass_test() #XXX Short-circuit until this is implemented. + +test.write('SConstruct', """ +""") + +test.run(arguments = '.') + +test.pass_test() |