//============================================================================= /** * @file tests.h * * All the test objects header files included here * * @author Aniruddha Gokhale */ //============================================================================= #ifndef TESTS_H #define TESTS_H #include "any.h" #include "bd_long_seq.h" #include "bd_short_seq.h" #include "bd_str_seq.h" #include "bd_wstr_seq.h" #include "bd_string.h" #include "bd_wstring.h" #include "bd_struct_seq.h" #include "bd_array_seq.h" #include "fixed_array.h" #include "fixed_struct.h" #include "nested_struct.h" #include "recursive_struct.h" #include "objref_struct.h" #include "objref.h" #include "short.h" #include "ulonglong.h" #include "typecode.h" #include "ub_any_seq.h" #include "ub_long_seq.h" #include "ub_objref_seq.h" #include "ub_short_seq.h" #include "ub_str_seq.h" #include "ub_wstr_seq.h" #include "ub_string.h" #include "ub_wstring.h" #include "ub_struct_seq.h" #include "ub_array_seq.h" #include "var_array.h" #include "var_struct.h" #include "except.h" #include "big_union.h" #include "small_union.h" #include "recursive_union.h" #include "complex_any.h" #include "multdim_array.h" #endif /* if !defined */