summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Hommel <wolfcw@users.noreply.github.com>2022-04-16 21:17:55 +0200
committerGitHub <noreply@github.com>2022-04-16 21:17:55 +0200
commitf836ea3eb392378bc5166b3d68283f69e5330542 (patch)
tree4da13ec3b6dc477ae8ea7b86156f1a662fc73abb
parent642b6ee870757ca06b221c01f2403f06cc3a6e93 (diff)
parent03cb104691771a3a263c4e1ed922025966a5628f (diff)
downloadlibfaketime-f836ea3eb392378bc5166b3d68283f69e5330542.tar.gz
Merge pull request #388 from dkg/cleanup-random-tests
test: remember to clean up repeat_random
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index bc6f400..afdc594 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -73,7 +73,7 @@ use_lib_%: _use_lib_test.c snippets/%.c lib%.so
## cleanup and metainformation
clean:
- @rm -f ${OBJ} timetest getrandom_test syscall_test $(foreach f,${TEST_SNIPPETS},use_lib_${f} lib${f}.so run_${f}) variadic_promotion variadic/*.o
+ @rm -f ${OBJ} timetest getrandom_test syscall_test $(foreach f,${TEST_SNIPPETS},use_lib_${f} lib${f}.so run_${f}) variadic_promotion variadic/*.o repeat_random
distclean: clean
@echo