summaryrefslogtreecommitdiffstats
path: root/etc/Conscript
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2001-07-29 13:13:10 (GMT)
committerSteven Knight <knight@baldmt.com>2001-07-29 13:13:10 (GMT)
commit08ce9840962db02f0307a1e5282cf177f68e347c (patch)
tree0656f4c3fca6e69a47d0157ec872f92b8450e7c8 /etc/Conscript
parent6a38dd15e4d36404cd3121e97e8308c2841987ef (diff)
downloadSCons-08ce9840962db02f0307a1e5282cf177f68e347c.zip
SCons-08ce9840962db02f0307a1e5282cf177f68e347c.tar.gz
SCons-08ce9840962db02f0307a1e5282cf177f68e347c.tar.bz2
Change the name of the aux subdirectory to etc.
Diffstat (limited to 'etc/Conscript')
-rw-r--r--etc/Conscript9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/Conscript b/etc/Conscript
new file mode 100644
index 0000000..9c59d2f
--- /dev/null
+++ b/etc/Conscript
@@ -0,0 +1,9 @@
+#
+# Conscript for installing auxiliary modules, external stuff that
+# we keep checked in so everyone doesn't have to install a bunch
+# of stuff to work on SCons.
+#
+
+Import qw( env test_dir );
+
+$env->Install("#$test_dir", qw(TestCmd.py unittest.py));