mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
7beeb8c88a
This is not near as fancy as as the unit tests, on the theory that the code should typically be crashing when performance tuning. Nonetheless, there is plenty of room for improvement. Several more of the pieces of the test infrastructure (e.g. the option parsing) could be factored out into test/test-lib-common.sh
7 lines
132 B
Makefile
7 lines
132 B
Makefile
# See Makefile.local for the list of files to be compiled in this
|
|
# directory.
|
|
all:
|
|
$(MAKE) -C .. all
|
|
|
|
.DEFAULT:
|
|
$(MAKE) -C .. $@
|