mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
move tests to subdir
This commit is contained in:
parent
adff0ccbce
commit
c523c67f9c
|
@ -151,7 +151,7 @@ else:
|
|||
|
||||
tests_inputs = []
|
||||
tests_object_files = []
|
||||
for f in glob.glob('test*.cpp'):
|
||||
for f in glob.glob('tests/test*.cpp'):
|
||||
obj = object_file(f)
|
||||
tests_inputs.append(f)
|
||||
tests_object_files.append(obj)
|
||||
|
|
Loading…
Reference in New Issue
Block a user