summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: