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