diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-01-19 21:04:26 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-01-19 21:08:53 +0100 |
commit | 28e1b3984080e238866fcd44034de6ea47895962 (patch) | |
tree | 119839fd3fc078a513ae216f29653d92338a3187 /sd | |
parent | 9b27d39081379aefbd8e1636088bf7eee3216ae3 (diff) |
enable sd's regression test in the subsequenttest target
Diffstat (limited to 'sd')
-rw-r--r-- | sd/Module_sd.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/Module_sd.mk b/sd/Module_sd.mk index 4fd3a9542fc1..edc6f25bef33 100644 --- a/sd/Module_sd.mk +++ b/sd/Module_sd.mk @@ -52,6 +52,7 @@ endif $(eval $(call gb_Module_add_subsequentcheck_targets,sd,\ JunitTest_sd_unoapi \ + CppunitTest_sd_regression_test \ )) # vim: set noet sw=4 ts=4: |