Add tftp_custom_write and test functions
This commit is contained in:
2023-11-13 16:03:14 +01:00
parent c97d24e578
commit 623cf3749c
7 changed files with 54 additions and 3 deletions

View File

@@ -9,6 +9,11 @@ link_directories(${GTEST_LIB_DIR})
file(GLOB_RECURSE TEST_SOURCES "*.cpp" "*.c")
add_executable(tests)
target_compile_definitions(tests
PRIVATE
"TESTING"
)
target_sources(tests
PRIVATE
${TEST_SOURCES}