diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-03-23 23:51:35 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-03-23 23:54:01 +0200 |
commit | 0b0dbd64bb589a6f0ab981f9740fff1dc500a055 (patch) | |
tree | 53af099d9b3d8c73ae2f3f2ac153925806c5a21b /smoketest | |
parent | 5e5cc4702a0813e0ee27540c916599c7d2ad8cdf (diff) |
Build libtest on Windows, too
Doesn't as such work properly, as LibreOfficeKit doesn't work on
Windows yet. From Juergen Funk's https://gerrit.libreoffice.org/#/c/13017/ .
Change-Id: I685fddf0bada072e5dae485262b194b4fa5d26bc
Diffstat (limited to 'smoketest')
-rw-r--r-- | smoketest/Module_smoketest.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/Module_smoketest.mk b/smoketest/Module_smoketest.mk index 7195fdaac723..7e8b6d5f11f6 100644 --- a/smoketest/Module_smoketest.mk +++ b/smoketest/Module_smoketest.mk @@ -26,7 +26,7 @@ $(eval $(call gb_Module_add_targets,smoketest,\ endif endif -ifeq ($(OS),LINUX) +ifneq ($(filter LINUX WNT,$(OS)),) $(eval $(call gb_Module_add_check_targets,smoketest,\ Executable_libtest \ )) |