Move tests to the top-level directory
This commit is contained in:
9
tests/SCsub
Normal file
9
tests/SCsub
Normal file
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
Import("env")
|
||||
|
||||
env.tests_sources = []
|
||||
env.add_source_files(env.tests_sources, "*.cpp")
|
||||
|
||||
lib = env.add_library("tests", env.tests_sources)
|
||||
env.Prepend(LIBS=[lib])
|
||||
Reference in New Issue
Block a user