X-Git-Url: https://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/83da6eb597c000ec0d28ae380adabd9c7de3f893..ebcf9b833bc750ce81951a3278065bbb86ecbdce:/Makefile.am diff --git a/Makefile.am b/Makefile.am index f5c126c..eb605df 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,8 +4,11 @@ # This is free software: you are free to do what the fuck you want to. # There is NO WARRANTY, to the extent permitted by law. +AUTOMAKE_OPTIONS = parallel-tests color-tests ACLOCAL_AMFLAGS = -I m4 +AM_CPPFLAGS = -I$(top_srcdir)/src + EXTRA_DIST = m4/gnulib-cache.m4 dist_man_MANS = doc/man/upkg.1 @@ -18,3 +21,13 @@ SUBDIRS += libltdl endif SUBDIRS += src + +check_PROGRAMS = test/decodeindex +test_decodeindex_LDADD = src/libupkg.la lib/libgnu.la + +TESTS_ENVIRONMENT = SHELL='$(SHELL)' EXEEXT='$(EXEEXT)' +TEST_EXTENSIONS = .sh +SH_LOG_COMPILER = $(SHELL) + +TESTS = tests/libupkg-index-decode.sh +EXTRA_DIST += $(TESTS)