added more tests, changed makefile

This commit is contained in:
Paul Cruz
2017-07-05 14:36:09 -07:00
parent faeb6e0b1b
commit 3f52ca94bf
3 changed files with 34 additions and 2 deletions
+2
View File
@@ -29,4 +29,6 @@ clean:
@$(RM) -f single multi
@$(RM) -rf *.dSYM
@$(RM) -f tmp*
@$(RM) -f tests/*.zst
@$(RM) -f tests/tmp*
@echo "finished cleaning"