aboutsummaryrefslogtreecommitdiff
path: root/lib/experiment-reader/tests/Makefile.am
blob: 388496f8a82fbdd0d99b1e70433386f09cf00160 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
AM_CFLAGS = -Wall
AM_CPPFLAGS = -I..
LDADD = ../libexperiment-reader.la

AM_CFLAGS += @LIBGLIB_CFLAGS@
LDADD += @LIBGLIB_LIBS@

check_PROGRAMS = unit-tests
dist_noinst_DATA = test-experiment-valid.xml

if USE_GTESTER
check-local : gtester-log.html
endif

gtester-log.html : gtester-log.xml
	@GTESTER_REPORT@ $< >$@

gtester-log.xml : $(check_PROGRAMS)
	@GTESTER@ -m=quick -o=$@ $^

CLEANFILES = gtester-log.xml gtester-log.html