Add simple test suite.

This commit is contained in:
Simon Ruderich
2013-06-01 21:51:28 +02:00
parent 96710bc3fa
commit fb9548453f
14 changed files with 273 additions and 2 deletions

View File

@@ -28,6 +28,10 @@ LT_INIT([disable-static])
AC_PROG_CC
dnl Used by test suite.
AC_PROG_SED
AC_PROG_EGREP
AC_C_INLINE
AC_CHECK_HEADERS([fcntl.h])
@@ -47,5 +51,5 @@ AC_ARG_ENABLE([debug],
AC_DEFINE([DEBUG], 1, [Define to enable debug output.])
fi])
AC_CONFIG_FILES([Makefile src/Makefile])
AC_CONFIG_FILES([Makefile src/Makefile tests/Makefile])
AC_OUTPUT