Skip to content

Commit 999eb24

Browse files
committed
tests: Actually run meson++ tests
1 parent b1aa467 commit 999eb24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/runner.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ trap cleanup exit
1212

1313
${MESONPP} configure "${BUILDDIR}" -s "${TESTDIR}"
1414
ninja -C "${BUILDDIR}"
15+
${MESONPP} test "${BUILDDIR}"
1516

1617
exit 0

0 commit comments

Comments
 (0)