move tests to subdir

This commit is contained in:
ThePhD 2017-09-06 05:22:40 -04:00
parent adff0ccbce
commit c523c67f9c
24 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ else:
tests_inputs = [] tests_inputs = []
tests_object_files = [] tests_object_files = []
for f in glob.glob('test*.cpp'): for f in glob.glob('tests/test*.cpp'):
obj = object_file(f) obj = object_file(f)
tests_inputs.append(f) tests_inputs.append(f)
tests_object_files.append(obj) tests_object_files.append(obj)