diff --git a/tests/SConscript b/tests/SConscript index 24b6082..373066c 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -1,19 +1,19 @@ from os.path import join Import('main_env') test_files = Split(""" run_tests.sh -test_hert_pressure.py +test_hertz_pressure.py test_westergaard.py test_fractal.py test_fractal.verified test_hertz_disp.py """) src_dir = "#/tests" build_dir = 'build-' + main_env['build_type'] + '/tests' for file in test_files: source = join(src_dir, file) Command(file, source, Copy("$TARGET", "$SOURCE"))