summaryrefslogtreecommitdiff
path: root/.gitlab-ci/test.sh
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2022-09-07 16:43:06 +0200
committerNick Wellnhofer <wellnhofer@aevum.de>2022-09-07 22:18:55 +0200
commit971d5c4dd158095194759a9c7173d47c90645444 (patch)
tree32a686c1519f228bdb60641e1d2d2a21e528ed7a /.gitlab-ci/test.sh
parentcc64f2a78b535ba5f8e05448925f56d39d270d65 (diff)
downloadlibxslt-971d5c4dd158095194759a9c7173d47c90645444.tar.gz
tests: Port most of the test suite to C
Use runtest.c from libxml2 as a starting point. This finally allows us to run most of tests with CMake and Autotools VPATH builds.
Diffstat (limited to '.gitlab-ci/test.sh')
-rw-r--r--.gitlab-ci/test.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitlab-ci/test.sh b/.gitlab-ci/test.sh
index fcef8704..6028250f 100644
--- a/.gitlab-ci/test.sh
+++ b/.gitlab-ci/test.sh
@@ -10,7 +10,4 @@ cd ..
sh autogen.sh $CONFIG --with-libxml-src=libxml2
make -j$(nproc) V=1 CFLAGS="$CFLAGS -Werror"
-make -s -C tests tests | tee test.log
-make -s -C xsltproc tests | tee -a test.log
-grep -qv '^## Running' test.log && exit 1
-make -s -C python tests
+make -s check