summaryrefslogtreecommitdiffstats
path: root/etc/Conscript
blob: 5c4efc5530e11ece483387562c3ac61883997336 (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# 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 );

@modules = qw(TestCmd.py TestSCons.py unittest.py);

$env->Install("#$test_dir", @modules);