mirror of
https://github.com/FAUSheppy/colorredstderr-mirror
synced 2025-12-09 16:38:32 +01:00
Add simple test suite.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user