summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Hornsey <hornseyf@objectcomputing.com>2018-11-27 13:01:48 -0600
committerFred Hornsey <hornseyf@objectcomputing.com>2018-11-27 13:01:48 -0600
commitf954c1479ffd7a5edef500af97c8cb4e3791b177 (patch)
tree7a9764de83575c9e207e4582b10306fddbf247a0
parent3cbf9eda0a476964cc6266af8c62bfd45d61937d (diff)
downloadATCD-f954c1479ffd7a5edef500af97c8cb4e3791b177.tar.gz
Include annotest_idl when building TAO tests
-rw-r--r--TAO/tests/IDLv4/IDLv4.mwc3
-rw-r--r--TAO/tests/tests.mwc1
2 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tests/IDLv4/IDLv4.mwc b/TAO/tests/IDLv4/IDLv4.mwc
new file mode 100644
index 00000000000..c8b2c28e7e1
--- /dev/null
+++ b/TAO/tests/IDLv4/IDLv4.mwc
@@ -0,0 +1,3 @@
+workspace {
+ annotations
+}
diff --git a/TAO/tests/tests.mwc b/TAO/tests/tests.mwc
index 3e2e7b966e4..d123e87be0f 100644
--- a/TAO/tests/tests.mwc
+++ b/TAO/tests/tests.mwc
@@ -1,4 +1,5 @@
// -*- MPC -*-
workspace {
cmdline += -include $PWD
+ IDLv4
}