diff options
author | Niclas Eklund <[email protected]> | 2010-09-23 16:06:49 +0200 |
---|---|---|
committer | Niclas Eklund <[email protected]> | 2010-09-23 16:06:49 +0200 |
commit | 3cf40cefd44ab6383bd16319c7c6941fd0d0f13c (patch) | |
tree | ee39b586a31b8d9e477bc665389c9dbc3e0db30a /lib/orber/test/Makefile | |
parent | 2261f2a35a758133d3694816bb9bc35f22cc2d46 (diff) | |
download | otp-3cf40cefd44ab6383bd16319c7c6941fd0d0f13c.tar.gz otp-3cf40cefd44ab6383bd16319c7c6941fd0d0f13c.tar.bz2 otp-3cf40cefd44ab6383bd16319c7c6941fd0d0f13c.zip |
Added basic tests for recursive uinions and structs.
Diffstat (limited to 'lib/orber/test/Makefile')
-rw-r--r-- | lib/orber/test/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/orber/test/Makefile b/lib/orber/test/Makefile index 4601e84d2c..5495735318 100644 --- a/lib/orber/test/Makefile +++ b/lib/orber/test/Makefile @@ -120,7 +120,11 @@ GEN_MOD_TEST_SERVER = \ orber_test_server_uni \ orber_test_server_uni_d \ orber_test_timeout_server \ - orber_parent_inherrit + orber_parent_inherrit \ + orber_test_server_rec_struct \ + orber_test_server_rec_struct_seq \ + orber_test_server_rec_union \ + orber_test_server_rec_union_seq GEN_HRL_TEST_SERVER = \ oe_orber_test_server.hrl \ |