mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-10 23:22:33 +02:00
Added configure test for cppunit; fixed .pro files for both unit test suites; fixed UsageResolverTest::findWhereObjectIsUsed() test
This commit is contained in:
@@ -242,6 +242,12 @@ AC_SUBST(LIBS)
|
||||
|
||||
AC_LANG([C++])
|
||||
|
||||
AM_PATH_CPPUNIT(1.12.0, [HAVE_CPPUNIT="1"])
|
||||
AC_DEFINE_UNQUOTED(HAVE_CPPUNIT, $HAVE_CPPUNIT)
|
||||
AC_SUBST(HAVE_CPPUNIT)
|
||||
AC_SUBST(CPPUNIT_CFLAGS)
|
||||
AC_SUBST(CPPUNIT_LIBS)
|
||||
|
||||
AC_PATH_PROG(ANTLR_CONFIG, antlr-config, , [$EXTENDED_PATH])
|
||||
AC_MSG_CHECKING(antlr)
|
||||
HAVE_ANTLR_RUNTIME="1"
|
||||
|
||||
Reference in New Issue
Block a user