Skip to content
Snippets Groups Projects
Commit 6744685f authored by jdh8d's avatar jdh8d
Browse files

Revised so -k works properly, and all results reported at end

Former-commit-id: a03a3dffa9e180eadea9dc12d5351321b33921f9
parent ab1fb676
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,6 @@ report ()
main()
{
clean
build
build_with_stack_protector
protect
......@@ -98,11 +97,7 @@ main()
test_functional test_buffer_overflow.exe.p1.hlt
test_functional test_buffer_overflow.exe.sp.p1.189
report
echo "Test detection"
passes=0
fails=0
echo "Test detection (segfaults, etc. expected) -- errors do not effect test results"
test_detection test_buffer_overflow.exe.p1.139 139
test_detection test_buffer_overflow.exe.p1.188 188
test_detection test_buffer_overflow.exe.p1.hlt 139
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment