diff options
author | mjj29 <mjj29@illythia> | 2006-07-24 13:20:04 -0100 |
---|---|---|
committer | mjj29 <mjj29@illythia> | 2006-07-24 13:20:04 -0100 |
commit | b9aab7a3fada128a3d82c9f39e66a444674318be (patch) | |
tree | 719224c94078059dcc5e062002d2d90bcc0758ad /Makefile | |
parent | 2b693f7860b8bb78f5b69f23110e1cddbc5eb1a1 (diff) |
test fixes and updates
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) ;\ |