From 971d5c4dd158095194759a9c7173d47c90645444 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Wed, 7 Sep 2022 16:43:06 +0200 Subject: 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index eb199be3..91aefd68 100644 --- a/.gitignore +++ b/.gitignore @@ -48,6 +48,7 @@ python/libxsltclass.py python/libxsltclass.txt python/tests/foo stamp-h1 +tests/runtest tests/xmlspec/debug xslt-config xsltConf.sh -- cgit v1.2.1