diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-09-17 02:11:02 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-09-17 02:14:13 +0200 |
commit | 21edfcb82484be3e30e8e7f27f4cf68ec1cb8c4b (patch) | |
tree | 6c3146fde7dd9ede56eb1fe6d509ee4479ce57f6 /sc/Module_sc.mk | |
parent | 4cf0759e7c6bd698c929a11c771d2ab03f1b9536 (diff) |
test case for ScRangeList
Change-Id: I371ac1b3236777a73e4f25f93d465041308e34b4
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r-- | sc/Module_sc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index dc63ff7ddad3..c5c0449ca1c9 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -44,6 +44,7 @@ endif $(eval $(call gb_Module_add_check_targets,sc,\ CppunitTest_sc_ucalc \ CppunitTest_sc_filters_test \ + CppunitTest_sc_rangelst_test \ )) $(eval $(call gb_Module_add_slowcheck_targets,sc,\ |