clean all unit tests

make clean should delete all unit test binary files
This commit is contained in:
David Lechner 2019-06-16 14:11:57 -05:00
parent 3b7f96f982
commit 108fd93a34
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ all: run_fix16_unittests run_fix16_exp_unittests run_fix16_str_unittests run_fix
clean:
rm -f fix16_unittests_????
rm -f fix16_str_unittests
rm -f fix16_exp_unittests
rm -f fix16_macros_unittests
# The library is tested automatically under different compilations
# options.