diff options
| author | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-02 10:17:05 +0000 |
|---|---|---|
| committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-02 10:17:05 +0000 |
| commit | 5882fbd039bb8e7ae825cba500ccef1686e5b015 (patch) | |
| tree | e39f2b04adb3300e2f09200560ae926d42eba452 /configure | |
| parent | a94987b93ecad02ca1b077fe784b5d08fb1b6ec4 (diff) | |
Added minimalistic unit tests for HTTrack (about time :p)
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
