]> The Tcpdump Group git mirrors - libpcap/commit
Rename the test program directory to testprogs.
authorGuy Harris <[email protected]>
Tue, 6 Feb 2018 23:44:10 +0000 (15:44 -0800)
committerGuy Harris <[email protected]>
Tue, 6 Feb 2018 23:44:10 +0000 (15:44 -0800)
commit716307e29a95300050f42b0ae47b0594f195e898
tree763ce77eeec60f2aa58c44473b5ce83c774d1cce
parenta579c55cf421005ab05c77edb5246f280e26a5ed
Rename the test program directory to testprogs.

We may have a directory of test files in the future, and we'd want to
call it "tests", paralleling tcpdump's directory of test files.
26 files changed:
CMakeLists.txt
Makefile.in
configure
configure.ac
testprogs/.gitignore [moved from tests/.gitignore with 100% similarity]
testprogs/BPF/1.txt [moved from tests/BPF/1.txt with 100% similarity]
testprogs/BPF/2.txt [moved from tests/BPF/2.txt with 100% similarity]
testprogs/BPF/3.txt [moved from tests/BPF/3.txt with 100% similarity]
testprogs/BPF/4.txt [moved from tests/BPF/4.txt with 100% similarity]
testprogs/BPF/5.txt [moved from tests/BPF/5.txt with 100% similarity]
testprogs/BPF/6.txt [moved from tests/BPF/6.txt with 100% similarity]
testprogs/BPF/7.txt [moved from tests/BPF/7.txt with 100% similarity]
testprogs/CMakeLists.txt [moved from tests/CMakeLists.txt with 93% similarity]
testprogs/Makefile.in [moved from tests/Makefile.in with 100% similarity]
testprogs/can_set_rfmon_test.c [moved from tests/can_set_rfmon_test.c with 100% similarity]
testprogs/capturetest.c [moved from tests/capturetest.c with 100% similarity]
testprogs/filtertest.c [moved from tests/filtertest.c with 100% similarity]
testprogs/findalldevstest.c [moved from tests/findalldevstest.c with 100% similarity]
testprogs/opentest.c [moved from tests/opentest.c with 100% similarity]
testprogs/pcap_compile_test.c [moved from tests/pcap_compile_test.c with 100% similarity]
testprogs/reactivatetest.c [moved from tests/reactivatetest.c with 100% similarity]
testprogs/selpolltest.c [moved from tests/selpolltest.c with 100% similarity]
testprogs/threadsignaltest.c [moved from tests/threadsignaltest.c with 100% similarity]
testprogs/unix.h [moved from tests/unix.h with 100% similarity]
testprogs/valgrindtest.c [moved from tests/valgrindtest.c with 100% similarity]
testprogs/visopts.py [moved from tests/visopts.py with 100% similarity]