From 108fd93a34802db90c1cb56a2aa68cdd7ef14858 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Sun, 16 Jun 2019 14:11:57 -0500 Subject: [PATCH] clean all unit tests make clean should delete all unit test binary files --- unittests/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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.