diff options
Diffstat (limited to 'modules/codec-json/tests')
-rw-r--r-- | modules/codec-json/tests/SConscript | 2 | ||||
-rw-r--r-- | modules/codec-json/tests/codec-json.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/modules/codec-json/tests/SConscript b/modules/codec-json/tests/SConscript index 608c2b7..f8ffc92 100644 --- a/modules/codec-json/tests/SConscript +++ b/modules/codec-json/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; diff --git a/modules/codec-json/tests/codec-json.cpp b/modules/codec-json/tests/codec-json.cpp index 83ec859..375d543 100644 --- a/modules/codec-json/tests/codec-json.cpp +++ b/modules/codec-json/tests/codec-json.cpp @@ -1,5 +1,5 @@ -#include <forstio/test/suite.h> -#include "../c++/json.h" +#include <forstio/test/suite.hpp> +#include "../c++/json.hpp" #include <iostream> |