forked from amazingfate/loongoffice
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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user