+ added test triangle rendering
* on close mainloop is ended
This commit is contained in:
parent
91f32eff4e
commit
39af185188
20 changed files with 994 additions and 146 deletions
7
KKK/tests/CMakeLists.txt
Normal file
7
KKK/tests/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
set(TEST_SRC
|
||||
src/main.cpp
|
||||
)
|
||||
|
||||
add_executable(tests ${TEST_SRC})
|
||||
setup_target(tests)
|
||||
target_include_directories(tests PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/Catch/include)
|
||||
1
KKK/tests/Catch
Submodule
1
KKK/tests/Catch
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 35f510545d55a831372d3113747bf1314ff4f2ef
|
||||
2
KKK/tests/src/main.cpp
Normal file
2
KKK/tests/src/main.cpp
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#define CATCH_CONFIG_MAIN
|
||||
#include <catch.hpp>
|
||||
BIN
KKK/tests/tests
Executable file
BIN
KKK/tests/tests
Executable file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue