diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/CMakeLists.txt | 3 |
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 | ||
10 | link_directories("../build/") | 10 | link_directories("../build/") |
11 | 11 | ||
12 | link_directories(AFTER "/usr/local/lib") | ||
13 | include_directories(AFTER "/usr/local/include") | ||
14 | |||
12 | add_executable(action_tests src/action_tests.c) | 15 | add_executable(action_tests src/action_tests.c) |
13 | target_link_libraries(action_tests wifi) | 16 | target_link_libraries(action_tests wifi) |
14 | add_executable(assoc_req_tests src/assoc_req_tests.c) | 17 | add_executable(assoc_req_tests src/assoc_req_tests.c) |