Create a tests subdirectory and move one of the test to there.

This commit is contained in:
Eric Haszlakiewicz
2012-04-22 10:27:50 -05:00
parent 0d79b53456
commit 1e89ba68af
7 changed files with 35 additions and 7 deletions

View File

@@ -5,6 +5,8 @@ AC_INIT([json-c], 0.10, [json-c@googlegroups.com])
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AC_PROG_MAKE_SET
# Checks for programs.
# Checks for libraries.
@@ -29,7 +31,11 @@ AC_CHECK_FUNCS(strndup strerror vsnprintf vasprintf open vsyslog strncasecmp)
AM_PROG_LIBTOOL
AC_OUTPUT([
AC_CONFIG_FILES([
Makefile
json.pc
tests/Makefile
])
AC_OUTPUT