Skip to content

Commit

Permalink
test: remember to clean up repeat_random
Browse files Browse the repository at this point in the history
  • Loading branch information
dkg committed Apr 16, 2022
1 parent 8fa0530 commit 03cb104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,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
Expand Down

0 comments on commit 03cb104

Please sign in to comment.