Perl tests are now part of the build system
This commit is contained in:
parent
8c44d583e6
commit
2f3bc9c4b0
4 changed files with 27 additions and 9 deletions
|
|
@ -114,6 +114,8 @@ else:
|
|||
lib = env.SConscript(["src/SConscript"])
|
||||
env.Alias(env.SConscript(["examples/SConscript"]))
|
||||
|
||||
env.Alias("test", testruns)
|
||||
print testruns
|
||||
for testrun in testruns:
|
||||
env.Alias("test", testrun)
|
||||
|
||||
env.Alias("install", targets)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue