diff options
| author | Steven Knight <knight@baldmt.com> | 2001-07-29 13:13:10 (GMT) |
|---|---|---|
| committer | Steven Knight <knight@baldmt.com> | 2001-07-29 13:13:10 (GMT) |
| commit | 08ce9840962db02f0307a1e5282cf177f68e347c (patch) | |
| tree | 0656f4c3fca6e69a47d0157ec872f92b8450e7c8 /etc/Conscript | |
| parent | 6a38dd15e4d36404cd3121e97e8308c2841987ef (diff) | |
| download | SCons-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/Conscript | 9 |
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)); |
