AM_CPPFLAGS = -include $(top_builddir)/config.h -I$(top_srcdir)/include

AM_CPPFLAGS += -DTEST_PROGRAM

noinst_PROGRAMS = test_strutils test_fileutils test_nsutils

test_strutils_SOURCES = strutils.c
test_fileutils_SOURCES = fileutils.c
test_nsutils_SOURCES = nsutils.c