Commit cab87fe5 authored by John M. (Jack) Maxfield's avatar John M. (Jack) Maxfield
Browse files

Fix test target

parent 46fae704
No related merge requests found
Pipeline #31651 failed with stage
in 0 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -21,7 +21,7 @@ lz77 : include/bitwriter.h include/hashmap.h include/lz77.h src/lz77/bitwriter.c
myzip : include/bitwriter.h include/hashmap.h include/lz77.h src/lz77/bitwriter.c src/lz77/hashmap.c src/lz77/lz77.c src/myzip/myzip.c
cc -I include src/lz77/lz77.c src/lz77/hashmap.c src/lz77/bitwriter.c src/myzip/myzip.c -o myzip
test :
test : all
python3 -m unittest discover tests -p 'test_*.py'
clean :
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment