rpm-ostree/Makefile-tests.am
Colin Walters fc1a4b05fa tests/jsonutil: New test
Adding some basic coverage of the json parsing.
2014-12-19 10:47:55 -05:00

16 lines
343 B
Plaintext

include $(top_srcdir)/buildutil/glib-tap.mk
tests_jsonutil_CPPFLAGS = -I $(srcdir)/src
tests_jsonutil_CFLAGS = $(PKGDEP_RPMOSTREE_CFLAGS)
tests_jsonutil_LDADD = $(PKGDEP_RPMOSTREE_LIBS) librpmostree.la
installed_test_data = tests/libtest.sh
test_scripts = \
tests/test-basic.sh \
$(NULL)
test_programs = \
tests/jsonutil \
$(NULL)