From 9c9e0db4f0dd17843eae06c30730358a60b5ea8e Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Fri, 27 Apr 2012 21:03:46 -0400 Subject: Copy & paste the *_Cell test code into *_Header test code. I still need to rewrite it to make it the header test. Change-Id: I0f8c469d51340ae72cb61696a22ebcbdcf84ffa6 --- sc/Module_sc.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sc/Module_sc.mk') diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index 926ac33da6a8..4727d7413c77 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -64,7 +64,8 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\ CppunitTest_sc_namedrangesobj \ CppunitTest_sc_tablesheetobj \ CppunitTest_sc_tablesheetsobj \ - CppunitTest_sc_editfieldobj \ + CppunitTest_sc_editfieldobj_cell \ + CppunitTest_sc_editfieldobj_header \ )) # vim: set noet sw=4 ts=4: -- cgit