forked from ariadne/pkgconf
tests: add some very rudementary kyua integration (#96)
parent
b900e04628
commit
072293c886
|
@ -0,0 +1,5 @@
|
|||
syntax(2)
|
||||
|
||||
test_suite('pkgconf')
|
||||
|
||||
include('tests/Kyuafile')
|
|
@ -11,7 +11,8 @@ AM_CFLAGS = -Wall -Wextra -Wformat=2 -std=gnu99 -DPKG_DEFAULT_PATH=\"$(pkgconfig
|
|||
bin_PROGRAMS = pkgconf
|
||||
lib_LTLIBRARIES = libpkgconf.la
|
||||
|
||||
EXTRA_DIST = \
|
||||
EXTRA_DIST = Kyuafile \
|
||||
tests/Kyuafile \
|
||||
pkg.m4 \
|
||||
tests/lib1/argv-parse-2.pc \
|
||||
tests/lib1/dos-lineendings.pc \
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
syntax(2)
|
||||
|
||||
plain_test_program{name='run.sh'}
|
Loading…
Reference in New Issue