summaryrefslogtreecommitdiff
path: root/Makefile-tests.am
blob: 7f4fe839fbcaa3ba5e1c10e98af51cf6dc3aa18c (plain)
1
2
3
4
5
6
7
8
9
include $(top_srcdir)/buildutil/glib-tap.mk

tests_shutil_CPPFLAGS = -I $(srcdir)/src
tests_shutil_CFLAGS = $(BUILDDEP_GIO_UNIX_CFLAGS)
tests_shutil_LDADD = $(BUILDDEP_GIO_UNIX_LIBS) libgsystem.la

test_programs = \
	tests/shutil			\
	$(NULL)