From 5882fbd039bb8e7ae825cba500ccef1686e5b015 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sun, 2 Jun 2013 10:17:05 +0000 Subject: Added minimalistic unit tests for HTTrack (about time :p) --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 70306b0..660c19b 100755 --- a/configure +++ b/configure @@ -16367,7 +16367,7 @@ $as_echo "#define PREFER_PORTABLE_SNPRINTF 1" >>confdefs.h fi -ac_config_files="$ac_config_files Makefile src/Makefile man/Makefile m4/Makefile templates/Makefile lang/Makefile html/Makefile libtest/Makefile" +ac_config_files="$ac_config_files Makefile src/Makefile man/Makefile m4/Makefile templates/Makefile lang/Makefile html/Makefile libtest/Makefile tests/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -17471,6 +17471,7 @@ do "lang/Makefile") CONFIG_FILES="$CONFIG_FILES lang/Makefile" ;; "html/Makefile") CONFIG_FILES="$CONFIG_FILES html/Makefile" ;; "libtest/Makefile") CONFIG_FILES="$CONFIG_FILES libtest/Makefile" ;; + "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; esac -- cgit v1.2.3