diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-10-19 10:34:01 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-10-19 10:37:25 +0200 |
commit | 556aa12b84ef6f6d6baf56781925d0868693fe55 (patch) | |
tree | 0e21d62995d17bf04ff559d1814e774840452bfd | |
parent | cc8949955e58b45a579f3126846541f8b0e4bf64 (diff) |
reenable all our unit tests
Change-Id: I9d2ff5f675faa1913dd90e4ce6269efe8bd2646d
-rw-r--r-- | sc/Module_sc.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index 2203364ad29a..4a534872bfdd 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -44,6 +44,12 @@ 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, \ + CppunitTest_sc_subsequent_filters_test \ )) # Disabled to allow the check tinderbox execute the sd tests |