summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAnas Nashif <nashif@intel.com>2006-12-06 16:02:24 +0000
committerAnas Nashif <nashif@intel.com>2006-12-06 16:02:24 +0000
commit32bfb3944e9a5368fc8748748bbd1ff3fd5d20ff (patch)
tree544160803bc4c28b795266a29fdeb22f6767401f /tests
parent2e0f686816d9148c768e5e88c3eae37d43503b24 (diff)
downloadwsmancli-32bfb3944e9a5368fc8748748bbd1ff3fd5d20ff.tar.gz
wsmancli-32bfb3944e9a5368fc8748748bbd1ff3fd5d20ff.tar.xz
wsmancli-32bfb3944e9a5368fc8748748bbd1ff3fd5d20ff.zip
missing files
Diffstat (limited to 'tests')
-rw-r--r--tests/interop/.cvsignore2
-rw-r--r--tests/interop/Makefile.am16
2 files changed, 18 insertions, 0 deletions
diff --git a/tests/interop/.cvsignore b/tests/interop/.cvsignore
new file mode 100644
index 0000000..3dda729
--- /dev/null
+++ b/tests/interop/.cvsignore
@@ -0,0 +1,2 @@
+Makefile.in
+Makefile
diff --git a/tests/interop/Makefile.am b/tests/interop/Makefile.am
new file mode 100644
index 0000000..f6e8b1a
--- /dev/null
+++ b/tests/interop/Makefile.am
@@ -0,0 +1,16 @@
+AM_CFLAGS = @CFLAGS@
+
+
+CFLAGS = \
+ $(OPENWSMAN_CFLAGS)
+
+LDADD = \
+ $(OPENWSMAN_LIBS)
+
+interop_SOURCES = interop.c
+
+noinst_PROGRAMS = \
+ interop
+
+
+