Moving user-prompter test to noinst_PROGRAMS
authorTristan Van Berkom <tristanvb@openismus.com>
Tue, 26 Feb 2013 09:31:08 +0000 (18:31 +0900)
committerTristan Van Berkom <tristanvb@openismus.com>
Tue, 26 Feb 2013 09:32:14 +0000 (18:32 +0900)
This is not a unit test, it cannot be run as a part of make check
because it relies on user input to complete.

tests/libedataserver/Makefile.am

index 074cb22..983c2bb 100644 (file)
@@ -48,7 +48,7 @@ e_source_registry_test_CPPFLAGS = $(test_CPPFLAGS)
 e_source_registry_test_LDADD = $(test_LDADD)
 
 if HAVE_GTK
-TESTS += e-user-prompter-test
+noinst_PROGRAMS += e-user-prompter-test
 
 e_user_prompter_test_SOURCES = e-user-prompter-test.c
 e_user_prompter_test_CPPFLAGS = $(test_CPPFLAGS) $(GTK_CFLAGS)