mirror of
https://github.com/yuzu-mirror/oaknut.git
synced 2025-12-06 07:01:59 +01:00
tests: Add more tests
This commit is contained in:
parent
b78ce55fb6
commit
fb1d9d934b
|
|
@ -41,6 +41,7 @@ if (MASTER_PROJECT)
|
||||||
|
|
||||||
add_executable(oaknut-tests
|
add_executable(oaknut-tests
|
||||||
tests/basic.cpp
|
tests/basic.cpp
|
||||||
|
tests/general.cpp
|
||||||
)
|
)
|
||||||
target_include_directories(oaknut-tests PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/tests)
|
target_include_directories(oaknut-tests PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/tests)
|
||||||
target_link_libraries(oaknut-tests PRIVATE Catch2::Catch2WithMain merry::oaknut)
|
target_link_libraries(oaknut-tests PRIVATE Catch2::Catch2WithMain merry::oaknut)
|
||||||
|
|
|
||||||
1079
tests/general.cpp
Normal file
1079
tests/general.cpp
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue