Don't test F-Ticks if we're not configured for supporting it.
[radsecproxy.git] / tests / Makefile.am
1 check_PROGRAMS =
2
3 if WANT_FTICKS
4 check_PROGRAMS += t_fticks
5 endif
6
7 AM_CFLAGS = -g -Wall -Werror @TARGET_CFLAGS@
8 AM_LDFLAGS = @SSL_LDFLAGS@ @TARGET_LDFLAGS@
9 LDADD = $(top_builddir)/librsp.a @SSL_LIBS@
10
11 TESTS = $(check_PROGRAMS)