From 3eb4832aafab591a0a425d186efe1a72ef71f00f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 10 Mar 2020 12:18:43 +0100 Subject: [PATCH] Also test for tilde-object --- tests/subdir/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/subdir/Makefile b/tests/subdir/Makefile index c857b70..ac68c2a 100644 --- a/tests/subdir/Makefile +++ b/tests/subdir/Makefile @@ -21,5 +21,7 @@ include $(PDLIBBUILDER_DIR)/Makefile.pdlibbuilder # simplistic tests whether all expected files have been produced/installed buildcheck: all test -e subdir.$(extension) + test -e subdir~.$(extension) installcheck: install test -e $(installpath)/subdir.$(extension) + test -e $(installpath)/subdir~.$(extension)