[gtk/move-text-history-tests] Move text history tests




commit b5e955db205402c0320c14469ab1c2fa89bf034b
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed May 26 07:11:47 2021 -0400

    Move text history tests
    
    We can test internal apis in our testsuite now,
    so move the text history tests there, to have them
    run in ci.

 tests/meson.build                                      | 1 -
 testsuite/gtk/meson.build                              | 1 +
 tests/testtexthistory.c => testsuite/gtk/texthistory.c | 0
 3 files changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tests/meson.build b/tests/meson.build
index 8ea23bf3fd..b548db4e7a 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -114,7 +114,6 @@ gtk_tests = [
   ['testtexture'],
   ['testwindowdrag'],
   ['testinhibitshortcuts'],
-  ['testtexthistory', ['../gtk/gtktexthistory.c']],
   ['testzoom']
 ]
 
diff --git a/testsuite/gtk/meson.build b/testsuite/gtk/meson.build
index a33fd29c1e..9fe45d339b 100644
--- a/testsuite/gtk/meson.build
+++ b/testsuite/gtk/meson.build
@@ -117,6 +117,7 @@ internal_tests = [
   { 'name': 'propertylookuplistmodel' },
   { 'name': 'rbtree' },
   { 'name': 'timsort' },
+  { 'name': 'texthistory' },
 ]
 
 # Tests that are expected to fail
diff --git a/tests/testtexthistory.c b/testsuite/gtk/texthistory.c
similarity index 100%
rename from tests/testtexthistory.c
rename to testsuite/gtk/texthistory.c


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