Add test directory to SCons
This commit is contained in:
parent
b1d61b5ddc
commit
926247002b
2 changed files with 8 additions and 6 deletions
|
@ -11,6 +11,5 @@ files = Split("""
|
|||
|
||||
""")
|
||||
|
||||
|
||||
test = env.Program('test_charles', files)
|
||||
env.alias('test', test)
|
||||
env.Alias('test', test)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue