From 5e928c9ce0cbeaa1a1050a7c0e8f10fb7027514c Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 20 Oct 2009 23:47:20 -0500 Subject: Now we're building a test, woot! --- .bzrignore | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.bzrignore') diff --git a/.bzrignore b/.bzrignore index 8470e82..d413452 100644 --- a/.bzrignore +++ b/.bzrignore @@ -15,3 +15,8 @@ src/libcustomindicator/custom-indicator-enum-types.h src/libcustomindicator/custom-indicator-enum-types.c src/stamp-enum-types src/libcustomindicator_la-custom-indicator-enum-types.lo +tests/.deps +tests/.libs +tests/libcustomindicator-check-results.xml +tests/libcustomindicator-check-results.html +tests/test-libcustomindicator -- cgit v1.2.3 From bca9b7ee96632e7c89092184c174b45722e0511c Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 22 Oct 2009 09:20:36 -0500 Subject: Adding in two little client server binaries for testing the custom indicator. --- .bzrignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.bzrignore') diff --git a/.bzrignore b/.bzrignore index d413452..6c0da1f 100644 --- a/.bzrignore +++ b/.bzrignore @@ -20,3 +20,5 @@ tests/.libs tests/libcustomindicator-check-results.xml tests/libcustomindicator-check-results.html tests/test-libcustomindicator +tests/test-libcustomindicator-dbus-client +tests/test-libcustomindicator-dbus-server -- cgit v1.2.3 From 23b72422d828dd77909f6cc11947f9fb5e8cee2c Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 22 Oct 2009 09:30:59 -0500 Subject: Switching to using a little autotest as well. --- .bzrignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.bzrignore') diff --git a/.bzrignore b/.bzrignore index 6c0da1f..7121e6e 100644 --- a/.bzrignore +++ b/.bzrignore @@ -22,3 +22,5 @@ tests/libcustomindicator-check-results.html tests/test-libcustomindicator tests/test-libcustomindicator-dbus-client tests/test-libcustomindicator-dbus-server +tests/libcustomindicator-tests +tests/test-libcustomindicator-dbus -- cgit v1.2.3 From 8ef7ed56c860d1d36bfd77a9e60bc1e38e4f7d48 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 3 Nov 2009 15:18:38 -0600 Subject: Put the gtester test under a dbus-test-runner to ensure that we have a session bus to test with. --- .bzrignore | 1 + 1 file changed, 1 insertion(+) (limited to '.bzrignore') diff --git a/.bzrignore b/.bzrignore index 7121e6e..05932c9 100644 --- a/.bzrignore +++ b/.bzrignore @@ -24,3 +24,4 @@ tests/test-libcustomindicator-dbus-client tests/test-libcustomindicator-dbus-server tests/libcustomindicator-tests tests/test-libcustomindicator-dbus +tests/libcustomindicator-tests-gtester -- cgit v1.2.3