summaryrefslogtreecommitdiff
path: root/test/endless/run-tests.c
diff options
context:
space:
mode:
authorPhilip Chimento <philip@endlessm.com>2018-06-07 17:20:45 -0700
committerPhilip Chimento <philip@endlessm.com>2018-06-07 17:24:27 -0700
commit23531cce8a9027f4df6376a4e26450c237352579 (patch)
tree0dba6399db901b5800e4651baa679e81416d32d7 /test/endless/run-tests.c
parent42300cc65ea465f171710d5b08d7cde248f1be06 (diff)
tests: Remove useless test-hello.c
This was sample code from the very beginning of this repository, I'm not sure why it has persisted this long. In any case it uses the deprecated g_test_trap_fork() so we may as well delete it. https://phabricator.endlessm.com/T22827
Diffstat (limited to 'test/endless/run-tests.c')
-rw-r--r--test/endless/run-tests.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/endless/run-tests.c b/test/endless/run-tests.c
index 2629932..7624ddc 100644
--- a/test/endless/run-tests.c
+++ b/test/endless/run-tests.c
@@ -102,7 +102,6 @@ main (int argc,
gtk_init (&argc, &argv);
add_init_tests ();
- add_hello_tests ();
add_application_tests ();
add_window_tests ();
add_page_manager_tests ();