Skip to content

Commit

Permalink
asg/mem-alloc: Fix lint targets in tests/Makefile
Browse files Browse the repository at this point in the history
Use correct and complete targets for `lint` target in `tests/Makefile`.

Signed-off-by: Razvan Deaconescu <[email protected]>
  • Loading branch information
razvand committed Oct 31, 2023
1 parent 3cb5ac7 commit cb94f12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/assignments/memory-allocator/tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ check-fast:
python run_tests.py -d

lint:
-cd .. && checkpatch.pl -f src/*.c tests/src/*.c
-cd .. && checkpatch.pl -f checker/*.sh
-cd .. && cpplint --recursive src/ tests/ checker/
-cd .. && shellcheck checker/*.sh
-cd .. && checkpatch.pl -f src/*.c tests/snippets/*.c
-cd .. && checkpatch.pl -f checker/*.sh tests/*.sh
-cd .. && cpplint --recursive src/ tests/
-cd .. && shellcheck checker/*.sh tests/*.sh
# -cd .. && pylint tests/*.py

snippets/%: snippets/%.c
Expand Down

0 comments on commit cb94f12

Please sign in to comment.