remove debug symbols when cleaning, added a simple test
This commit is contained in:
@@ -19,3 +19,11 @@ harness: $(HARNESS_FILES)
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
@$(RM) -f harness
|
@$(RM) -f harness
|
||||||
|
@$(RM) -rf harness.dSYM
|
||||||
|
|
||||||
|
test: harness
|
||||||
|
@zstd README.md -o tmp.zst
|
||||||
|
@./harness tmp.zst tmp
|
||||||
|
@diff -s tmp README.md
|
||||||
|
@$(RM) -f tmp*
|
||||||
|
@make clean
|
||||||
|
|||||||
Reference in New Issue
Block a user