testsuite: Actually run tools tests

The script was looking in the wrong place for the tests.
This commit is contained in:
Matthias Clasen 2020-03-13 15:11:07 -04:00
parent 265d9c8703
commit 8fd51d761b
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#! /bin/bash
GTK_BUILDER_TOOL=${GTK_BUILDER_TOOL:-gtk4-builder-tool}
TEST_DATA_DIR=${TEST_DATA_DIR:-./simplify-data-3to4}
TEST_DATA_DIR=${G_TEST_SRCDIR:-.}/simplify-data-3to4
TEST_RESULT_DIR=${TEST_RESULT_DIR:-/tmp}
shopt -s nullglob

View File

@ -1,7 +1,7 @@
#! /bin/bash
GTK_BUILDER_TOOL=${GTK_BUILDER_TOOL:-gtk4-builder-tool}
TEST_DATA_DIR=${TEST_DATA_DIR:-./simplify-data}
TEST_DATA_DIR=${G_TEST_SRCDIR:-.}/simplify-data
TEST_RESULT_DIR=${TEST_RESULT_DIR:-/tmp}
shopt -s nullglob