diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-08-12 19:13:10 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-08-13 16:40:53 +0200 |
commit | 2a9814090c260a2e3154bff36792fcd7d86cf60c (patch) | |
tree | 37fe18593d45c8ae577796a4886600ce3682d439 /sc/Module_sc.mk | |
parent | c2c3d86770efc1e39860441d625fcb3b4be7c58e (diff) |
external data: reenable the test and adapt to new interfaces
Change-Id: I2d82b560e0bd499eb85c6ce22f5969f82dfe8937
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 6a6a538d189c..0526764df2c5 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -43,6 +43,7 @@ $(eval $(call gb_Module_add_check_targets,sc,\ CppunitTest_sc_range_test \ CppunitTest_sc_mark_test \ CppunitTest_sc_core \ + CppunitTest_sc_dataprovider \ )) ifneq ($(ENABLE_HEADLESS),TRUE) |