summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
blob: 6941c3c27ad36adf9e72f89618da163ca0dafb39 (plain)
1
2
3
4
5
6
include $(top_srcdir)/Make_global.am

check_PROGRAMS = nft-parsing-test

nft_parsing_test_SOURCES = nft-parsing-test.c
nft_parsing_test_LDADD = ../src/libnftables.la ${LIBMNL_LIBS} ${LIBXML_LIBS}