blob: c3116e68767d790364682102fb730e106162c96a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
noinst_PROGRAMS = test_internals
test_internals_SOURCES = test_internals.c $(top_builddir)/src/misc.c
test_internals_CPPFLAGS = ${my_CPPFLAGS} ${fuse_CFLAGS} -I$(top_builddir)/src
test_internals_CFLAGS = ${my_CFLAGS}
test_internals_LDADD = ${my_LDFLAGS}
TESTS = test_internals_valgrind.sh
|