Skip to content
Snippets Groups Projects
Commit 7f380716 authored by Razvan Deaconescu's avatar Razvan Deaconescu
Browse files

asg/mem-alloc: Fix typo in tests/Makefile


Use `run_tests.py` instead of `run-tests.py` in `tests/Makefile`.

Signed-off-by: default avatarRazvan Deaconescu <razvan.deaconescu@upb.ro>
parent 46cd95e3
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ check:
check-fast:
$(MAKE) clean_src clean_snippets src snippets
python run-tests.py -d
python run_tests.py -d
lint:
-cd .. && checkpatch.pl -f src/*.c tests/src/*.c
......
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