Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs24-22fa
final
Commits
f067279c
Commit
f067279c
authored
2 years ago
by
Adam Blank
Browse files
Options
Download
Email Patches
Plain Diff
Update Makefile
parent
b0381c26
master
No related merge requests found
Pipeline
#74675
failed with stage
in 22 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+1
-1
Makefile
with
1 addition
and
1 deletion
+1
-1
Makefile
View file @
f067279c
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help