#
# 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);