From 2333cc937e08c8027ff62faceea6e383d0fc9b78 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Wed, 5 Dec 2012 12:59:49 -0500 Subject: Move TestCanStartService into a separate make target "localcheck"; so that the other tests can successfully run, and this one be used as an integration check. --- tests/Makefile.am | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 088b283..9f9f961 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -3,6 +3,9 @@ CLEANFILES = BUILT_SOURCES = check_PROGRAMS = +localcheckdir = . +localcheck_PROGRAMS = + ### ### ### @@ -29,8 +32,10 @@ gschemas.compiled: Makefile $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --targetdir=. . -TESTS += test-service -check_PROGRAMS += test-service +localcheck: + ./test-service + +localcheck_PROGRAMS += test-service test_service_SOURCES = test-service.cc test_service_LDADD = \ $(TEST_SERVICE_LIBS) \ -- cgit v1.2.3 From 5e037404801fcf1f852a6a3ce08f4b8db598b762 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Mon, 14 Jan 2013 14:36:28 -0500 Subject: Rename localcheck to integrationcheck; update autopkgtest test. --- tests/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 9f9f961..c117c95 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -3,8 +3,8 @@ CLEANFILES = BUILT_SOURCES = check_PROGRAMS = -localcheckdir = . -localcheck_PROGRAMS = +integrationcheckdir = . +integrationcheck_PROGRAMS = ### ### @@ -32,10 +32,10 @@ gschemas.compiled: Makefile $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --targetdir=. . -localcheck: +integrationcheck: ./test-service -localcheck_PROGRAMS += test-service +integrationcheck_PROGRAMS += test-service test_service_SOURCES = test-service.cc test_service_LDADD = \ $(TEST_SERVICE_LIBS) \ -- cgit v1.2.3