basic add a generic unit test fixture

basic_coverage is a generic unit test that scan
qa/basic_coverage/*

each file there is supposed to be a well formed Basic script
that define as least a Function doUnitTest as Integer
that return 1 if OK, 0 if not OK

Change-Id: I6c3cfac1e7ce4748f46c04344102a0eff69b6a49
This commit is contained in:
Norbert Thiebaud
2012-10-23 08:57:23 +02:00
parent d92814f462
commit b68a0f6595
5 changed files with 310 additions and 0 deletions

View File

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