[tests] Using greatest (https://github.com/silentbicycle/greatest) for automated testing

This commit is contained in:
Al
2016-01-28 16:31:32 -05:00
parent 0bad3adf07
commit 87899050b2
3 changed files with 913 additions and 4 deletions

View File

@@ -1,7 +1,8 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_INIT([libpostal], [0.1])
AC_INIT([libpostal], [0.2])
AM_INIT_AUTOMAKE([foreign subdir-objects])
AC_CONFIG_SRCDIR([src])
LT_INIT([shared])
@@ -51,7 +52,8 @@ AC_CHECK_FUNCS([getcwd gettimeofday memmove memset munmap regcomp setlocale sqrt
AC_CONFIG_FILES([Makefile
src/Makefile
src/sparkey/Makefile])
src/sparkey/Makefile
test/Makefile])
AC_CHECK_PROG([FOUND_SHUF], [shuf], [yes])
@@ -61,5 +63,4 @@ LIBPOSTAL_DATA_DIR=$datadir/libpostal
AC_DEFINE_UNQUOTED([LIBPOSTAL_DATA_DIR], ["$LIBPOSTAL_DATA_DIR"], [Data directory for libpostsal])
AC_SUBST(LIBPOSTAL_DATA_DIR)
AC_OUTPUT