aboutsummaryrefslogtreecommitdiff
path: root/tests/jittertest/Makemodule.am
blob: 4698365cceead466ad0f7ccde6336d8a896a81ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
JitterTest_SOURCES = tests/jittertest/JitterTest.c
JitterTest_CPPFLAGS = $(AM_CPPFLAGS)

plotJittervsFill_SOURCES = tests/jittertest/plotJittervsFill.c
plotJittervsFill_CPPFLAGS = $(AM_CPPFLAGS)

JITTEREST_BINS = \
	JitterTest plotJittervsFill

JITTERTEST_SH = \
	tests/jittertest/filljffs2.sh

EXTRA_DIST += tests/jittertest/README $(JITTERTEST_SH)

if INSTALL_TESTS
pkglibexec_SCRIPTS += $(JITTERTEST_SH)
pkglibexec_PROGRAMS += $(JITTEREST_BINS)
else
noinst_SCRIPTS += $(JITTERTEST_SH)
noinst_PROGRAMS += $(JITTEREST_BINS)
endif