2011-10-19 00:24:30 +05:30
|
|
|
AM_CPPFLAGS = -include $(top_builddir)/config.h -I$(top_srcdir)/include
|
|
|
|
|
|
|
|
AM_CPPFLAGS += -DTEST_PROGRAM
|
|
|
|
|
2012-03-23 15:40:04 +05:30
|
|
|
noinst_PROGRAMS = test_strutils test_fileutils
|
2011-10-19 00:24:30 +05:30
|
|
|
|
|
|
|
test_strutils_SOURCES = strutils.c
|
2012-03-23 15:40:04 +05:30
|
|
|
test_fileutils_SOURCES = fileutils.c
|