diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-01-07 01:28:44 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-18 17:01:20 +0200 |
commit | 40f9be70ef94a0aee64c2c849603b416c1bc17d9 (patch) | |
tree | a40212ad9daecce69f27d58d0fcf28c7a031abc2 /test/Module_test.mk | |
parent | dde9b4d86f75159f0d591f22aa10a7d4571aa441 (diff) |
uitest: move the uitest files to vcl
This allows us to use them in vcl as well without introducing dependency
problems.
Change-Id: Ib97af2d559902f1a6b47f9255bb0426411670647
Diffstat (limited to 'test/Module_test.mk')
-rw-r--r-- | test/Module_test.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Module_test.mk b/test/Module_test.mk index c43a11fdf2d9..7482d280e94e 100644 --- a/test/Module_test.mk +++ b/test/Module_test.mk @@ -14,7 +14,6 @@ ifneq (,$(filter DESKTOP,$(BUILD_TYPE))) $(eval $(call gb_Module_add_targets,test,\ Library_test \ Library_subsequenttest \ - Library_uitest \ Library_vclbootstrapprotector \ Package_unittest \ )) |