From 7d97d8e69154ab1b25ed8cdb14a9e8f16dcaed8f Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 27 Apr 2018 11:48:48 +0100 Subject: Do not run tests The tests are still meant to be used by hand, not as part of a test suite. --- tests/meson.build | 2 -- 1 file changed, 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 -- cgit v1.2.1