From 5d18fce959ea74f99a8683c944c96881b2365bb2 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Thu, 25 Aug 2005 21:25:45 +0000 Subject: Moved to CppUnit for unit tests framework. --- tests/lib/unit++/configure.ac | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 tests/lib/unit++/configure.ac (limited to 'tests/lib/unit++/configure.ac') diff --git a/tests/lib/unit++/configure.ac b/tests/lib/unit++/configure.ac deleted file mode 100644 index e08be85a..00000000 --- a/tests/lib/unit++/configure.ac +++ /dev/null @@ -1,32 +0,0 @@ -# Process this file with autoconf to produce a configure script. -AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS) -AC_LANG(C++) -AC_CONFIG_SRCDIR([Test_optmap.cc]) -AC_ARG_WITH(qt, AC_HELP_STRING([--with-qt], [use Qt gui (default no)]), - [ac_use_qt=yes], [ac_use_qt=no]) - -# Checks for programs. -AC_PROG_CXX -# AC_PROG_INSTALL - -# Checks for libraries. -if test "$ac_use_qt" = yes; then - AC_PATH_QT - AC_DEFINE([GUI]) - gui_vars='$(gui_objs)' - gui_docsrc='$(gui_docsrc)' - qt_lib='-lqt' -fi -AC_SUBST(gui_vars) -AC_SUBST(gui_docsrc) -AC_SUBST(qt_lib) - -# Checks for header files. -AC_CHECK_HEADERS([sstream]) - -# Checks for typedefs, structures, and compiler characteristics. - -# Checks for library functions. - -AC_CONFIG_FILES([Makefile]) -AC_OUTPUT -- cgit