aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-04-15 15:19:55 +0200
committerMattias Andrée <maandree@kth.se>2021-04-15 15:19:55 +0200
commit7471b170447706e6933d9018d280f2c43f3ffe85 (patch)
tree2d3cd138d617773a7bee958d2dbe6e23e890ca1b /Makefile
parentFinish contacts.5 and fix libcontacts.h.0 (diff)
downloadlibcontacts-7471b170447706e6933d9018d280f2c43f3ffe85.tar.gz
libcontacts-7471b170447706e6933d9018d280f2c43f3ffe85.tar.bz2
libcontacts-7471b170447706e6933d9018d280f2c43f3ffe85.tar.xz
Add tests1.0
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 99c5227..6befc84 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@ test: test.o libcontacts.a
check: test
@rm -rf -- .testdir
- ./test
+ $(CHECK_PREFIX) ./test
@rm -rf -- .testdir
install: libcontacts.a libcontacts.$(LIBEXT)