diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-01-23 16:23:53 +0100 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-01-23 16:23:53 +0100 |
commit | 80132c8e221aa5a922496c46e23432685885ba04 (patch) | |
tree | c12774a3fae6837659d925d083328799b7a8b997 /modules/device-hip/tests | |
parent | 8dad985328e2183b224300aa992951131956fdb3 (diff) |
modules-all: Renamed every .h file to .hpp
Diffstat (limited to 'modules/device-hip/tests')
-rw-r--r-- | modules/device-hip/tests/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/device-hip/tests/SConscript b/modules/device-hip/tests/SConscript index 608c2b7..f8ffc92 100644 --- a/modules/device-hip/tests/SConscript +++ b/modules/device-hip/tests/SConscript @@ -15,7 +15,7 @@ test_cases_env = env.Clone(); test_cases_env.Append(LIBS=['forstio-test']); 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; |