mirror of
https://github.com/Tilo-K/sea-flags.git
synced 2026-01-09 15:31:02 +00:00
inital
This commit is contained in:
12
tests/CMakeLists.txt
Normal file
12
tests/CMakeLists.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
add_executable(SeaFlagTests
|
||||
test_main.c
|
||||
)
|
||||
|
||||
target_link_libraries(SeaFlagTests PRIVATE SeaFlags)
|
||||
|
||||
target_include_directories(SeaFlagTests
|
||||
PRIVATE
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../include
|
||||
)
|
||||
|
||||
add_test(NAME RunSeaFlagTests COMMAND SeaFlagTests)
|
||||
4
tests/test_main.c
Normal file
4
tests/test_main.c
Normal file
@@ -0,0 +1,4 @@
|
||||
int main(void) {
|
||||
return 0;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user