diff options
| author | Lexi Winter <lexi@le-fay.org> | 2025-06-28 19:25:55 +0100 |
|---|---|---|
| committer | Lexi Winter <lexi@le-fay.org> | 2025-06-28 19:25:55 +0100 |
| commit | a2d7181700ac64b8e7a4472ec26dfa253b38f188 (patch) | |
| tree | 23c5a9c8ec4089ac346e2e0f9391909c3089b66b /nihil.ucl/tests | |
| parent | f226d46ee02b57dd76a4793593aa8d66e1c58353 (diff) | |
| download | nihil-a2d7181700ac64b8e7a4472ec26dfa253b38f188.tar.gz nihil-a2d7181700ac64b8e7a4472ec26dfa253b38f188.tar.bz2 | |
split nihil into separate modules
Diffstat (limited to 'nihil.ucl/tests')
| -rw-r--r-- | nihil.ucl/tests/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | nihil.ucl/tests/array.cc | 1 | ||||
| -rw-r--r-- | nihil.ucl/tests/emit.cc | 1 | ||||
| -rw-r--r-- | nihil.ucl/tests/parse.cc | 1 |
4 files changed, 1 insertions, 6 deletions
diff --git a/nihil.ucl/tests/CMakeLists.txt b/nihil.ucl/tests/CMakeLists.txt index 93559a7..0257b4f 100644 --- a/nihil.ucl/tests/CMakeLists.txt +++ b/nihil.ucl/tests/CMakeLists.txt @@ -13,9 +13,7 @@ add_executable(nihil.ucl.test string.cc ) -target_link_libraries(nihil.ucl.test PRIVATE - nihil nihil.ucl - Catch2::Catch2WithMain) +target_link_libraries(nihil.ucl.test PRIVATE nihil.ucl Catch2::Catch2WithMain) find_package(Catch2 REQUIRED) diff --git a/nihil.ucl/tests/array.cc b/nihil.ucl/tests/array.cc index 37928aa..866fa45 100644 --- a/nihil.ucl/tests/array.cc +++ b/nihil.ucl/tests/array.cc @@ -11,7 +11,6 @@ #include <catch2/catch_test_macros.hpp> #include <ucl.h> -import nihil; import nihil.ucl; TEST_CASE("ucl: array: invariants", "[ucl]") diff --git a/nihil.ucl/tests/emit.cc b/nihil.ucl/tests/emit.cc index d75255b..a7dcd71 100644 --- a/nihil.ucl/tests/emit.cc +++ b/nihil.ucl/tests/emit.cc @@ -7,7 +7,6 @@ #include <catch2/catch_test_macros.hpp> -import nihil; import nihil.ucl; TEST_CASE("ucl: emit to std::ostream", "[ucl]") diff --git a/nihil.ucl/tests/parse.cc b/nihil.ucl/tests/parse.cc index c56974e..43ce219 100644 --- a/nihil.ucl/tests/parse.cc +++ b/nihil.ucl/tests/parse.cc @@ -7,7 +7,6 @@ #include <catch2/catch_test_macros.hpp> #include <catch2/matchers/catch_matchers_floating_point.hpp> -import nihil; import nihil.ucl; TEST_CASE("ucl parse: iterate array", "[ucl]") |
