mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Allow make check-nse to pass under ASAN
This commit is contained in:
parent
4df6a9f081
commit
0def73443f
1 changed files with 1 additions and 1 deletions
|
|
@ -438,7 +438,7 @@ uninstall-nping:
|
|||
@cd $(NPINGDIR) && $(MAKE) uninstall
|
||||
|
||||
check-nse:
|
||||
./nmap -d --datadir . --script=unittest --script-args=unittest.run
|
||||
./nmap -d --datadir . --script=unittest --script-args=unittest.run --release-mem
|
||||
|
||||
check-ncat:
|
||||
@cd $(NCATDIR) && $(MAKE) check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue