forked from ariadne/pkgconf
Now passes 'make distcheck', too
parent
d0bbc686bf
commit
001cd31c08
|
@ -23,6 +23,7 @@ EXTRA_DIST = \
|
|||
tests/lib1/prefix-foo2.pc \
|
||||
tests/lib1/bar.pc \
|
||||
tests/lib1/framework-2.pc \
|
||||
tests/lib1/framework-3.pc \
|
||||
tests/lib1/private-libs-duplication.pc \
|
||||
tests/lib1/baz.pc \
|
||||
tests/lib1/incomplete.pc \
|
||||
|
@ -76,6 +77,8 @@ EXTRA_PROGRAMS = unit_tests
|
|||
unit_tests_SOURCES = libpkgconf/tests/argvsplit-test.c
|
||||
unit_tests_LDADD = libpkgconf.la
|
||||
|
||||
CLEANFILES = $(EXTRA_PROGRAMS)
|
||||
|
||||
check: pkgconf unit_tests
|
||||
./unit_tests
|
||||
$(SHELL) tests/run.sh ./pkgconf
|
||||
|
|
Loading…
Reference in New Issue