aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: 0bc673c4f93bbe5b9a4f413d7d41404d6b49c95b (plain)
1
2
3
4
5
6
7
8
9
bin_PROGRAMS = memperf
memperf_SOURCES = bench.c main.c opts.c utils.c

check_PROGRAMS = tests
tests_CFLAGS = -DTESTS -Wno-unused-value
tests_SOURCES = bench.c opts.c utils.c tests.c

TESTS = $(check_PROGRAMS)
LOG_DRIVER = $(top_srcdir)/tap-driver