summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2018-04-27 11:48:48 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2018-05-17 15:02:03 +0100
commit7d97d8e69154ab1b25ed8cdb14a9e8f16dcaed8f (patch)
tree4b59545399b75cfdba2bd69facf7247930443f1e /tests
parentb3c877c8d7ca25794a6ccd41b6cf99098204841b (diff)
downloadat-spi2-atk-7d97d8e69154ab1b25ed8cdb14a9e8f16dcaed8f.tar.gz
Do not run tests
The tests are still meant to be used by hand, not as part of a test suite.
Diffstat (limited to 'tests')
-rw-r--r--tests/meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/meson.build b/tests/meson.build
index ce6d444..8bb9b8a 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -72,6 +72,4 @@ foreach t: tests
'-DTESTS_SRC_DIR="@0@"'.format(meson.current_source_dir()),
'-DTESTS_DATA_DIR="@0@"'.format(join_paths(meson.current_source_dir(), 'data')),
])
-
- test(test_name, test_bin)
endforeach