Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Maxim Onciul
pi_files
Commits
311b4ebf
Commit
311b4ebf
authored
Aug 26, 2021
by
Maxim Onciul
Browse files
up Makefile
parent
e607f360
Changes
1
Hide whitespace changes
Inline
Side-by-side
polar_rs/Makefile
View file @
311b4ebf
...
...
@@ -28,7 +28,9 @@ t: $(TEST_DEPS)
$(CC)
$(CPPFLAGS)
-DTEST
-o
test_code
$^
valgrind
--leak-check
=
full
--track-origins
=
yes
./test_code
-v
$(ZFEC)
<
$(DATA)
td
:
$(TEST_DEPS)
td
:
test_code
test_code
:
$(TEST_DEPS)
$(CC)
$(CPPFLAGS)
-DTEST
-o
test_code
$^
#valgrind --leak-check=full --track-origins=yes ./test_code -v -e
$(ZFEC)
<
$(CODE)
...
...
Write
Preview
Supports
Markdown
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