1
0

move tests to tests/unit

This commit is contained in:
2026-02-21 14:20:36 +02:00
parent 753a6e0e1d
commit 0f40f89cbb
3 changed files with 2 additions and 3 deletions

View File

@@ -22,8 +22,8 @@ find_package(GTest REQUIRED)
enable_testing()
add_executable(wavefront_tests
tests/trim_test.cpp
tests/settings_test.cpp
tests/unit/trim_test.cpp
tests/unit/settings_test.cpp
${APP_SOURCES}
)
target_link_libraries(wavefront_tests PRIVATE

View File

@@ -184,4 +184,3 @@ namespace {
EXPECT_EQ(output_contents, token);
}
}