add tests.
This commit is contained in:
10
test/CMakeLists.txt
Normal file
10
test/CMakeLists.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
# Copyright (c) 2025 Dominic Masters
|
||||
#
|
||||
# This software is released under the MIT License.
|
||||
# https://opensource.org/licenses/MIT
|
||||
|
||||
# Tests
|
||||
add_executable(test_main test_main.c)
|
||||
target_include_directories(test_main PUBLIC ${CMAKE_CURRENT_LIST_DIR})
|
||||
target_link_libraries(test_main PUBLIC ${DUSK_LIBRARY_TARGET_NAME})
|
||||
add_test( NAME tests1 COMMAND test_main)
|
||||
Reference in New Issue
Block a user