diff options
author | Guy Harris <guy@alum.mit.edu> | 2020-02-04 19:45:41 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2020-02-04 19:45:41 -0800 |
commit | aa2650ec0e9f4146a4f3c4dc9c3c58d231bbfef9 (patch) | |
tree | a6a86a7006785f7d0f4399026773eba95efd6afe /Makefile.in | |
parent | 565131d8e7d181b3de15c6762f3cec52f2fbd1e1 (diff) | |
download | tcpdump-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 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 2b3b7e3d..694fb18b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -70,7 +70,7 @@ DEPENDENCY_CFLAG = @DEPENDENCY_CFLAG@ @rm -f $@ $(CC) $(FULL_CFLAGS) -c $(srcdir)/$*.c -CSRC = fptype.c tcpdump.c +CSRC = tcpdump.c LIBNETDISSECT_SRC=\ addrtoname.c \ |