split out some common basic test stuff, add intial nested struct test

Change-Id: I8da6b3166e40e92c31ee001ce19938f286e057b9
This commit is contained in:
Noel Power
2012-07-05 13:54:17 +01:00
parent 2fab1a73b1
commit cac7e7cdc2
4 changed files with 139 additions and 46 deletions

View File

@ -37,6 +37,7 @@ $(eval $(call gb_Module_add_targets,basic,\
$(eval $(call gb_Module_add_check_targets,basic,\
CppunitTest_basic_scanner \
CppunitTest_basic_enable \
CppunitTest_basic_nested_struct \
))
endif