tests: add some very rudementary kyua integration (#96)

pull/100/head
William Pitcock 2016-09-10 02:06:33 -05:00
parent b900e04628
commit 072293c886
3 changed files with 10 additions and 1 deletions

5
Kyuafile Normal file
View File

@ -0,0 +1,5 @@
syntax(2)
test_suite('pkgconf')
include('tests/Kyuafile')

View File

@ -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 \

3
tests/Kyuafile Normal file
View File

@ -0,0 +1,3 @@
syntax(2)
plain_test_program{name='run.sh'}