diff options
Diffstat (limited to 'modules/core/tests/SConscript')
-rw-r--r-- | modules/core/tests/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/tests/SConscript b/modules/core/tests/SConscript index cec3132..b14b75d 100644 --- a/modules/core/tests/SConscript +++ b/modules/core/tests/SConscript @@ -13,7 +13,7 @@ dir_path = Dir('.').abspath test_cases_env = env.Clone(); test_cases_env.sources = sorted(glob.glob(dir_path + "/*.cpp")) -test_cases_env.headers = sorted(glob.glob(dir_path + "/*.h")) +test_cases_env.headers = sorted(glob.glob(dir_path + "/*.hpp")) env.sources += test_cases_env.sources; env.headers += test_cases_env.headers; |