[tests] Using greatest (https://github.com/silentbicycle/greatest) for automated testing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user