about summary refs log tree commit diff stats
path: root/test/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 64f8f36..19729df 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt
@@ -9,6 +9,9 @@ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -ggdb -O0")
9 9
10link_directories("../build/") 10link_directories("../build/")
11 11
12link_directories(AFTER "/usr/local/lib")
13include_directories(AFTER "/usr/local/include")
14
12add_executable(action_tests src/action_tests.c) 15add_executable(action_tests src/action_tests.c)
13target_link_libraries(action_tests wifi) 16target_link_libraries(action_tests wifi)
14add_executable(assoc_req_tests src/assoc_req_tests.c) 17add_executable(assoc_req_tests src/assoc_req_tests.c)