From 58fda19953390b2cf232f6ea4768707ba1331c14 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 28 Sep 2011 18:57:47 +0200 Subject: Don't test F-Ticks if we're not configured for supporting it. --- tests/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 9c0ce94..a58aa1e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,8 @@ -check_PROGRAMS = t_fticks +check_PROGRAMS = + +if WANT_FTICKS +check_PROGRAMS += t_fticks +endif AM_CFLAGS = -g -Wall -Werror @TARGET_CFLAGS@ AM_LDFLAGS = @SSL_LDFLAGS@ @TARGET_LDFLAGS@ -- cgit v1.1