summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2020-02-04 19:45:41 -0800
committerGuy Harris <guy@alum.mit.edu>2020-02-04 19:45:41 -0800
commitaa2650ec0e9f4146a4f3c4dc9c3c58d231bbfef9 (patch)
treea6a86a7006785f7d0f4399026773eba95efd6afe /CMakeLists.txt
parent565131d8e7d181b3de15c6762f3cec52f2fbd1e1 (diff)
downloadtcpdump-aa2650ec0e9f4146a4f3c4dc9c3c58d231bbfef9.tar.gz
Do the floating-point tests closer to what we need.
It's All Very Complicated, so mirror what print-lmp.c does - just do a calculation based on a particular input value and print the result using the same format print-lmp.c does, and have tests/TESTrun see what that result is. Just do that inside tcpdump.c, so we don't need the fptype stuff.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b946c17d..7fa6e900 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1110,7 +1110,7 @@ if(NOT C_ADDITIONAL_FLAGS STREQUAL "")
set_target_properties(netdissect PROPERTIES COMPILE_FLAGS ${C_ADDITIONAL_FLAGS})
endif()
-set(TCPDUMP_SOURCE_LIST_C fptype.c tcpdump.c)
+set(TCPDUMP_SOURCE_LIST_C tcpdump.c)
if(NOT HAVE_BPF_DUMP)
set(TCPDUMP_SOURCE_LIST_C ${TCPDUMP_SOURCE_LIST_C} bpf_dump.c)