From ede061449e7b279299df932060d36924fbbed9a7 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sun, 22 Apr 2012 15:11:53 +0200 Subject: [PATCH] Don't install tests. --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index c69c225..e47aa59 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,4 +1,4 @@ -PROG = tests +PROG_NOINST = tests SRCS = tests.c include ../buildsys.mk