Commit f067279c authored by Adam Blank's avatar Adam Blank
Browse files

Update Makefile

parent b0381c26
No related merge requests found
Pipeline #74675 failed with stage
in 22 minutes and 48 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -9,7 +9,7 @@ TESTS_3 = $(TESTS_2) hello_invalid_free1 hello_invalid_free2 hello_invalid_free3
TESTS_4 = $(TESTS_3) hello_leak random_trace_leak1 random_trace_leak10
TESTS_5 = $(TESTS_4) hello_access_null \
hello_overflow1 hello_overflow2 hello_overflow3 hello_overflow4 \
hello_use_after_free1 hello_use_after_free2 hello_use_after_free3 \
hello_use_after_free1 hello_use_after_free3 \
hello_use_after_free4 hello_use_after_free5 random_trace_use_after_free \
hello_access_header1 hello_access_header2 hello_access_footer \
hello_access_before_heap hello_access_after_heap hello_header_after_free
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment