summaryrefslogtreecommitdiff
path: root/sc/Module_sc.mk
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-04-27 21:03:46 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-04-28 00:24:49 -0400
commit9c9e0db4f0dd17843eae06c30730358a60b5ea8e (patch)
tree1872ca1cf7b97288aace164497b0fd2cafc9173e /sc/Module_sc.mk
parent8600f21b7d3c3656c1458aa440dbb330c08a7c7c (diff)
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
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r--sc/Module_sc.mk3
1 files changed, 2 insertions, 1 deletions
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: