Now passes 'make distcheck', too

pull/81/head
Dan Kegel 2015-09-11 09:01:44 -07:00
parent d0bbc686bf
commit 001cd31c08
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,7 @@ EXTRA_DIST = \
tests/lib1/prefix-foo2.pc \ tests/lib1/prefix-foo2.pc \
tests/lib1/bar.pc \ tests/lib1/bar.pc \
tests/lib1/framework-2.pc \ tests/lib1/framework-2.pc \
tests/lib1/framework-3.pc \
tests/lib1/private-libs-duplication.pc \ tests/lib1/private-libs-duplication.pc \
tests/lib1/baz.pc \ tests/lib1/baz.pc \
tests/lib1/incomplete.pc \ tests/lib1/incomplete.pc \
@ -76,6 +77,8 @@ EXTRA_PROGRAMS = unit_tests
unit_tests_SOURCES = libpkgconf/tests/argvsplit-test.c unit_tests_SOURCES = libpkgconf/tests/argvsplit-test.c
unit_tests_LDADD = libpkgconf.la unit_tests_LDADD = libpkgconf.la
CLEANFILES = $(EXTRA_PROGRAMS)
check: pkgconf unit_tests check: pkgconf unit_tests
./unit_tests ./unit_tests
$(SHELL) tests/run.sh ./pkgconf $(SHELL) tests/run.sh ./pkgconf