summaryrefslogtreecommitdiffstats
path: root/etc/Conscript
blob: c1a79424d45af7db9e7b8802bb337347ea48d38c (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 );

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

$env->Install($env->{TEST_LIB_DIR}, @modules);