changed the dir for the test wrap
This commit is contained in:
parent
67ba9fda43
commit
a5c8ffaae4
|
@ -3,7 +3,7 @@ list(APPEND TEST_LIBS "${CMOCKA_LIBRARIES}")
|
|||
list(APPEND TEST_LIBS wrap)
|
||||
|
||||
list(APPEND TEST_DIRS "${CMOCKA_INCLUDE_DIRS}")
|
||||
list(APPEND TEST_DIRS "${PROJECT_SOURCE_DIR}/src")
|
||||
list(APPEND TEST_DIRS "${PROJECT_SOURCE_DIR}/src/wrap")
|
||||
|
||||
add_cmocka_test(test_wrap
|
||||
SOURCES test_wrap.c
|
||||
|
|
Loading…
Reference in New Issue