summaryrefslogtreecommitdiffstats
path: root/test/CPPPATH.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/CPPPATH.py')
-rw-r--r--test/CPPPATH.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/CPPPATH.py b/test/CPPPATH.py
new file mode 100644
index 0000000..a3ad79f
--- /dev/null
+++ b/test/CPPPATH.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()