summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Johnson <mjj29@hecate.trinhall.cam.ac.uk>2006-11-17 14:31:18 +0000
committerMatthew Johnson <mjj29@hecate.trinhall.cam.ac.uk>2006-11-17 14:31:18 +0000
commit869f491e22f7a8ba4e4cf374ca0d4a34f2c38727 (patch)
treecfeae209670fea666c96b304164740916436c1f2
parent3b692c695ebc0a027f4dc6226218a2bdf42da392 (diff)
Make checked things more explicit, tidy Makefile
-rw-r--r--Makefile6
-rw-r--r--README5
2 files changed, 7 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index fa9f36e..6a8e221 100644
--- a/Makefile
+++ b/Makefile
@@ -119,10 +119,8 @@ testall:
done)
clean:
- -rm -- *log
- -rm address
- -rm pid
- -rm tmp-session-bus
+ rm -f -- *log
+ rm -f address pid tmp-session-bus monitor
check:
( dbus-daemon --config-file=tmp-session.conf --print-pid --print-address=5 --fork >pid 5>address ; \
diff --git a/README b/README
index f39537a..537832a 100644
--- a/README
+++ b/README
@@ -6,6 +6,11 @@ description of the function:
test-introspect.xml
+Servers must also support:
+
+ Peer.Ping
+ Introspectable.Introspect on all objects and parent paths
+
Clients try and cause these to fail in the most obscure way possible. Servers
make sure all of their methods are called each run. Output format: