summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-24 21:13:16 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-24 21:13:16 +0000
commit5d66a85623bab22907fa55c77bf4605c4a207b89 (patch)
tree7f7fa5c3f1d860f761663e1ee2dc9c4b19bb6eb0 /TAO
parent4cba4bedd9f0cbc86a51f942a6426a1b13192743 (diff)
downloadATCD-5d66a85623bab22907fa55c77bf4605c4a207b89.tar.gz
Added recursive struct test files to client build.
Diffstat (limited to 'TAO')
-rw-r--r--TAO/tests/Param_Test/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/TAO/tests/Param_Test/Makefile b/TAO/tests/Param_Test/Makefile
index f01e6d8060c..7424b61ab1c 100644
--- a/TAO/tests/Param_Test/Makefile
+++ b/TAO/tests/Param_Test/Makefile
@@ -53,11 +53,12 @@ CLI_FILES = param_testCli \
ub_str_seq \
ub_string \
ub_struct_seq \
- var_array \
- var_struct \
- except \
- big_union \
- multdim_array \
+ var_array \
+ var_struct \
+ recursive_struct \
+ except \
+ big_union \
+ multdim_array \
complex_any
PARAM_TEST_SVR_OBJS = $(addsuffix .o,$(SVR_FILES))