summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormjj29 <mjj29@illythia>2006-07-24 13:20:04 -0100
committermjj29 <mjj29@illythia>2006-07-24 13:20:04 -0100
commitb9aab7a3fada128a3d82c9f39e66a444674318be (patch)
tree719224c94078059dcc5e062002d2d90bcc0758ad /Makefile
parent2b693f7860b8bb78f5b69f23110e1cddbc5eb1a1 (diff)
test fixes and updates
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b41d603..8d4ed04 100644
--- a/Makefile
+++ b/Makefile
@@ -130,6 +130,8 @@ check:
kill $$(cat pid) ; \
if [[ "$$PASS" == "true" ]]; then exit 0; else exit 1; fi )
+cross-test-compile: libdbus-java.so libdbus-java-$(VERSION).jar dbus-java-test-$(VERSION).jar
+
internal-cross-test: libdbus-java.so libdbus-java-$(VERSION).jar dbus-java-test-$(VERSION).jar
( dbus-daemon --config-file=tmp-session.conf --print-pid --print-address=5 --fork >pid 5>address ; \
export DBUS_SESSION_BUS_ADDRESS=$$(cat address) ;\