From 1eaa416f22d7d247a3a69afe6ff025984f10b491 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Fri, 22 Nov 2013 09:24:07 +0100 Subject: introspection,tests: add new 'Test' interface --- configure.ac | 1 + introspection/Makefile.am | 3 +++ introspection/tests/Makefile.am | 3 +++ .../tests/org.freedesktop.ModemManager1.Test.xml | 31 ++++++++++++++++++++++ 4 files changed, 38 insertions(+) create mode 100644 introspection/tests/Makefile.am create mode 100644 introspection/tests/org.freedesktop.ModemManager1.Test.xml diff --git a/configure.ac b/configure.ac index 6e4a88c6..fa4b0fa3 100644 --- a/configure.ac +++ b/configure.ac @@ -291,6 +291,7 @@ plugins/Makefile uml290/Makefile test/Makefile introspection/Makefile +introspection/tests/Makefile po/Makefile.in docs/Makefile docs/man/Makefile diff --git a/introspection/Makefile.am b/introspection/Makefile.am index cf91caff..d09c55c6 100644 --- a/introspection/Makefile.am +++ b/introspection/Makefile.am @@ -1,3 +1,6 @@ + +SUBDIRS = . tests + # DBus Introspection files XMLS = $(wildcard *.xml) xmldir = $(datadir)/dbus-1/interfaces diff --git a/introspection/tests/Makefile.am b/introspection/tests/Makefile.am new file mode 100644 index 00000000..4582933a --- /dev/null +++ b/introspection/tests/Makefile.am @@ -0,0 +1,3 @@ + +# DBus Introspection files +EXTRA_DIST = org.freedesktop.ModemManager1.Test.xml diff --git a/introspection/tests/org.freedesktop.ModemManager1.Test.xml b/introspection/tests/org.freedesktop.ModemManager1.Test.xml new file mode 100644 index 00000000..2048cb4a --- /dev/null +++ b/introspection/tests/org.freedesktop.ModemManager1.Test.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + -- cgit v1.2.3