2011-10-18 20:54:30 +02:00
|
|
|
AM_CPPFLAGS = -include $(top_builddir)/config.h -I$(top_srcdir)/include
|
|
|
|
|
|
|
|
AM_CPPFLAGS += -DTEST_PROGRAM
|
|
|
|
|
2012-03-23 11:10:04 +01:00
|
|
|
noinst_PROGRAMS = test_strutils test_fileutils
|
2011-10-18 20:54:30 +02:00
|
|
|
|
|
|
|
test_strutils_SOURCES = strutils.c
|
2012-03-23 11:10:04 +01:00
|
|
|
test_fileutils_SOURCES = fileutils.c
|