summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorAnas Nashif <nashif@intel.com>2006-11-20 17:41:40 +0000
committerAnas Nashif <nashif@intel.com>2006-11-20 17:41:40 +0000
commit0ff8639d03248af1174a760e7a0a0fb9c158ad99 (patch)
tree6e392024e226fd18f741c77959c4fe253edd07fe /tests/Makefile.am
parentbed9421704d9685816451f6a7497c2b9dd75aa47 (diff)
downloadwsmancli-0ff8639d03248af1174a760e7a0a0fb9c158ad99.tar.gz
wsmancli-0ff8639d03248af1174a760e7a0a0fb9c158ad99.tar.xz
wsmancli-0ff8639d03248af1174a760e7a0a0fb9c158ad99.zip
moved cunit tests to client where they belong
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
new file mode 100644
index 0000000..d311b0d
--- /dev/null
+++ b/tests/Makefile.am
@@ -0,0 +1,5 @@
+SUBDIRS =
+
+if BUILD_CUNIT_TESTS
+SUBDIRS += cunit
+endif