summaryrefslogtreecommitdiff
path: root/testing_tools
diff options
context:
space:
mode:
authorRazrFalcon <razrfalcon@gmail.com>2019-01-03 14:10:12 +0200
committerRazrFalcon <razrfalcon@gmail.com>2019-01-03 14:10:12 +0200
commitcf365efd4ab280226f6b2f388f1620ea88f72d1d (patch)
tree758bf4e1acaaecab37a7f90120129d179c486bb6 /testing_tools
parent3afab96590fe632c7912b3748c37d25e47c2db3d (diff)
Replace examples/qt-demo with tools/viewsvg.
Diffstat (limited to 'testing_tools')
-rw-r--r--testing_tools/regression/allow-cairo.txt4
-rwxr-xr-xtesting_tools/run-tests.py2
2 files changed, 1 insertions, 5 deletions
diff --git a/testing_tools/regression/allow-cairo.txt b/testing_tools/regression/allow-cairo.txt
index 81cd3c5..e69de29 100644
--- a/testing_tools/regression/allow-cairo.txt
+++ b/testing_tools/regression/allow-cairo.txt
@@ -1,4 +0,0 @@
-e-text-025.svg
-e-text-026.svg
-e-text-031.svg
-e-text-034.svg
diff --git a/testing_tools/run-tests.py b/testing_tools/run-tests.py
index b37750f..fd0cc73 100755
--- a/testing_tools/run-tests.py
+++ b/testing_tools/run-tests.py
@@ -123,7 +123,7 @@ if 'RESVG_QT_BACKEND' in os.environ:
run(['make'], check=True)
run(['./tst_resvgqt'], env=dict(os.environ, LD_LIBRARY_PATH="../../target/debug"), check=True)
- with cd('examples/qt-demo'):
+ with cd('tools/viewsvg'):
run(['make', 'distclean'])
run(['qmake', 'CONFIG+=debug'], env=qmake_env, check=True)
run(['make'], check=True)