From 0b0dbd64bb589a6f0ab981f9740fff1dc500a055 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 23 Mar 2015 23:51:35 +0200 Subject: 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 --- smoketest/Module_smoketest.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smoketest/Module_smoketest.mk') 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 \ )) -- cgit