From 5e45a00b8f67281b2977c41625ed57a4caa7d341 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 16 Dec 2012 18:05:32 -0500 Subject: Use the unit-testing framework "Check" --- configure.ac | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0ef84d7..1141ac8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -dnl Copyright (C) 2009-2011 Tavian Barnes +dnl Copyright (C) 2009-2012 Tavian Barnes dnl dnl This file is part of The Dimension Build Suite. dnl @@ -101,6 +101,10 @@ PKG_CHECK_MODULES([libsandglass], [libsandglass >= 0.2], AC_SUBST(libsandglass_CFLAGS) AC_SUBST(libsandglass_LIBS) +PKG_CHECK_MODULES([CHECK], [check >= 0.9.4], + [], + [AC_MSG_WARN([check not found - test suite will not work])]) + dnl Platform feature tests m4_include(ax_pthread.m4) -- cgit v1.2.3