[gnome-todo] tests: Don't list interactive tests as unit tests



commit eba54a21ab7fe7d2e60b1fafb84159433249c5e8
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sat May 2 18:37:11 2020 -0300

    tests: Don't list interactive tests as unit tests
    
    A fallout from the star widget commit.

 tests/meson.build | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/tests/meson.build b/tests/meson.build
index 1b0675f..d56cc54 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -95,6 +95,4 @@ foreach interactive_test : interactive_tests
                 c_args: cflags,
              link_with: tests_libs,
   )
-
-  test(interactive_test, interactive_test_program, env: static_test_env)
 endforeach


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]