2011-10-19 00:24:30 +05:30
|
|
|
AM_CPPFLAGS = -include $(top_builddir)/config.h -I$(top_srcdir)/include
|
|
|
|
|
|
|
|
AM_CPPFLAGS += -DTEST_PROGRAM
|
|
|
|
|
2014-06-28 19:08:13 +05:30
|
|
|
noinst_PROGRAMS = test_strutils test_fileutils test_nsutils
|
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
|
2014-06-28 19:08:13 +05:30
|
|
|
test_nsutils_SOURCES = nsutils.c
|