summaryrefslogtreecommitdiff
path: root/test/LINKFLAGS.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2001-09-21 01:30:38 +0000
committerSteven Knight <knight@baldmt.com>2001-09-21 01:30:38 +0000
commitc8bbea81460524f6469fa4b6afc2be5a6f338edc (patch)
treeaa6a337d270384c8e12577542615ae3f3f51dc39 /test/LINKFLAGS.py
parentb6251d39d5f5b187a7455923caeede3b962a6d0e (diff)
downloadscons-c8bbea81460524f6469fa4b6afc2be5a6f338edc.tar.gz
Add additional tests to provide more examples.
Diffstat (limited to 'test/LINKFLAGS.py')
-rw-r--r--test/LINKFLAGS.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/LINKFLAGS.py b/test/LINKFLAGS.py
new file mode 100644
index 00000000..a3ad79f3
--- /dev/null
+++ b/test/LINKFLAGS.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()