Add test directory to SCons

This commit is contained in:
Eryn Wells 2013-09-08 12:21:24 -07:00
parent b1d61b5ddc
commit 926247002b
2 changed files with 8 additions and 6 deletions

View file

@ -11,6 +11,5 @@ files = Split("""
""")
test = env.Program('test_charles', files)
env.alias('test', test)
env.Alias('test', test)