Skip to content

Commit

Permalink
asg/mem-alloc: Fix typo in tests/Makefile
Browse files Browse the repository at this point in the history
Use `run_tests.py` instead of `run-tests.py` in `tests/Makefile`.

Signed-off-by: Razvan Deaconescu <[email protected]>
  • Loading branch information
razvand committed Oct 31, 2023
1 parent 8400c77 commit 40781f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/assignments/memory-allocator/tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 40781f7

Please sign in to comment.