diff options
author | Guy Harris <guy@alum.mit.edu> | 2019-08-19 10:32:55 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2019-08-19 10:32:55 -0700 |
commit | 1fac78d737dbc5066461e6b7dcff4bacdb072e96 (patch) | |
tree | 4ca3783e41f417d612074d98dba8a0e24e56ad56 /CMakeLists.txt | |
parent | 12fdf9aab04523d0b0a68e4783e47444d15b1bda (diff) | |
download | tcpdump-1fac78d737dbc5066461e6b7dcff4bacdb072e96.tar.gz |
Fix check target to work with the new versions of the test scripts.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3dcbd510..5768db5e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1224,5 +1224,4 @@ add_custom_target(uninstall # Tcpdump tests # add_custom_target(check - COMMAND ./TESTrun.sh - WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/tests) + COMMAND ${CMAKE_SOURCE_DIR}/tests/TESTrun.sh) |