move tests to tests/unit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user