diff options
| author | David Lechner <david@pybricks.com> | 2019-06-16 14:11:57 -0500 |
|---|---|---|
| committer | David Lechner <david@pybricks.com> | 2019-06-16 15:37:41 -0500 |
| commit | 108fd93a34802db90c1cb56a2aa68cdd7ef14858 (patch) | |
| tree | fac02e0bdc2c171ebaf78c8344687fd467a289c8 | |
| parent | 3b7f96f9822f8d5dd2c3120ae00d3e6d862843dd (diff) | |
clean all unit tests
make clean should delete all unit test binary files
| -rw-r--r-- | unittests/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unittests/Makefile b/unittests/Makefile index 329caf4..a9adb87 100644 --- a/unittests/Makefile +++ b/unittests/Makefile @@ -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. |
