X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2FMakefile.local;h=36b1c1b71de08f598f4b9e314170a3e186c14ec4;hb=f93fab368399cc27328beea3128b647ddddcb144;hp=99324ba1e75b790cdc298337b8b6a51c35649ce0;hpb=c0cc47506fff1d486e0ffff60a58302943a3794e;p=notmuch diff --git a/test/Makefile.local b/test/Makefile.local index 99324ba1..36b1c1b7 100644 --- a/test/Makefile.local +++ b/test/Makefile.local @@ -2,6 +2,8 @@ dir := test +# save against changes in $(dir) +test_src_dir := $(dir) extra_cflags += -I. smtp_dummy_srcs = \ @@ -45,7 +47,7 @@ TEST_BINARIES=$(dir)/arg-test \ test-binaries: $(TEST_BINARIES) test: all test-binaries - @${dir}/notmuch-test $(OPTIONS) + @${test_src_dir}/notmuch-test $(OPTIONS) check: test