[evolution-data-server] Moving user-prompter test to noinst_PROGRAMS
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Moving user-prompter test to noinst_PROGRAMS
- Date: Tue, 26 Feb 2013 09:33:55 +0000 (UTC)
commit de7c362e644952c283ccddc9e0d37df34f9d3e6c
Author: Tristan Van Berkom <tristanvb openismus com>
Date: Tue Feb 26 18:31:08 2013 +0900
Moving user-prompter test to noinst_PROGRAMS
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 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/libedataserver/Makefile.am b/tests/libedataserver/Makefile.am
index 074cb22..983c2bb 100644
--- a/tests/libedataserver/Makefile.am
+++ b/tests/libedataserver/Makefile.am
@@ -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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]