diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2013-01-14 14:36:28 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2013-01-14 14:36:28 -0500 |
commit | 5e037404801fcf1f852a6a3ce08f4b8db598b762 (patch) | |
tree | 632d33294859987b8078bdc712cc6b2cac52dd04 /tests | |
parent | 39ec64fb84b26592e134cddb465b659d9ad553e3 (diff) | |
download | ayatana-indicator-session-5e037404801fcf1f852a6a3ce08f4b8db598b762.tar.gz ayatana-indicator-session-5e037404801fcf1f852a6a3ce08f4b8db598b762.tar.bz2 ayatana-indicator-session-5e037404801fcf1f852a6a3ce08f4b8db598b762.zip |
Rename localcheck to integrationcheck; update autopkgtest test.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
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) \ |