mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 20:08:10 +01:00
test: Simplify CLEAN list construction
Construct as much of the CLEAN list from TEST_BINARIES as possible, rather than duplicating this information by hand.
This commit is contained in:
parent
6960b92bb6
commit
c0cc47506f
1 changed files with 1 additions and 6 deletions
|
@ -50,11 +50,6 @@ test: all test-binaries
|
|||
check: test
|
||||
|
||||
SRCS := $(SRCS) $(smtp_dummy_srcs)
|
||||
CLEAN := $(CLEAN) $(dir)/smtp-dummy $(dir)/smtp-dummy.o \
|
||||
$(dir)/symbol-test $(dir)/symbol-test.o \
|
||||
$(dir)/arg-test $(dir)/arg-test.o \
|
||||
$(dir)/hex-xcode $(dir)/hex-xcode.o \
|
||||
CLEAN += $(TEST_BINARIES) $(addsuffix .o,$(TEST_BINARIES)) \
|
||||
$(dir)/database-test.o \
|
||||
$(dir)/random-corpus $(dir)/random-corpus.o \
|
||||
$(dir)/parse-time $(dir)/parse-time.o \
|
||||
$(dir)/corpus.mail $(dir)/test-results $(dir)/tmp.*
|
||||
|
|
Loading…
Reference in a new issue