nmap/nsock/tests
dmiller 1c9e1ddbcb Improve assertions in gh_heap
* Assert index matches any time a node is accessed by index, subsuming
  the assertion from #2139.
* Ensure all removed nodes are invalidated, so double-removes will
  trigger assertion failure. Added a test for this.
2022-07-29 15:21:13 +00:00
..
basic.c Update http urls for nmap.org to https 2015-11-05 20:41:05 +00:00
cancel.c Update http urls for nmap.org to https 2015-11-05 20:41:05 +00:00
connect.c Update http urls for nmap.org to https 2015-11-05 20:41:05 +00:00
ghheaps.c Improve assertions in gh_heap 2022-07-29 15:21:13 +00:00
ghlists.c Silence ASan warning due to definition of container_of in tests. Same as r32536 2016-08-03 18:29:56 +00:00
logs.c Update http urls for nmap.org to https 2015-11-05 20:41:05 +00:00
Makefile.in Reorder checks and libs to fix building when OpenSSL requires -ldl 2016-07-31 13:57:01 +00:00
README s/Little/Minimal/ 2013-05-11 16:00:01 +00:00
run_tests.sh Update http urls for nmap.org to https 2015-11-05 20:41:05 +00:00
test-common.h Silence ASan warning due to definition of container_of in tests. Same as r32536 2016-08-03 18:29:56 +00:00
tests_main.c Update http urls for nmap.org to https 2015-11-05 20:41:05 +00:00
timer.c Update http urls for nmap.org to https 2015-11-05 20:41:05 +00:00

Minimal regression test suite for nsock.

Usage:
  $ make
  $ sh ./run_tests.sh