diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-10-04 18:28:30 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-10-04 18:34:24 +0200 |
commit | 8a3a108f5e545f667ad2cf8043aa102b347bd2f1 (patch) | |
tree | fdd736c3088306af30bdaabd0a7c087cb1c4e9f3 /sd/Module_sd.mk | |
parent | ddf0f4f36f29b0fc360c1d423cd4eb92edf8d3d9 (diff) |
adapt sd unittests to separate RdbTarget makefile requirement
Diffstat (limited to 'sd/Module_sd.mk')
-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 c374fb1b82a6..193cba5df67c 100644 --- a/sd/Module_sd.mk +++ b/sd/Module_sd.mk @@ -42,6 +42,7 @@ $(eval $(call gb_Module_add_targets,sd,\ $(eval $(call gb_Module_add_check_targets,sd,\ CppunitTest_sd_uimpress \ + RdbTarget_sd_uimpress \ )) $(eval $(call gb_Module_add_subsequentcheck_targets,sd,\ |