From f954c1479ffd7a5edef500af97c8cb4e3791b177 Mon Sep 17 00:00:00 2001 From: Fred Hornsey Date: Tue, 27 Nov 2018 13:01:48 -0600 Subject: Include annotest_idl when building TAO tests --- TAO/tests/IDLv4/IDLv4.mwc | 3 +++ TAO/tests/tests.mwc | 1 + 2 files changed, 4 insertions(+) create mode 100644 TAO/tests/IDLv4/IDLv4.mwc 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 } -- cgit v1.2.1