From a7e81f8efefb7d1a621d4a47bfa5208a761d7af4 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 15 Feb 2026 22:53:12 +0800 Subject: improve tests for haiku --- tests/projects/c++/linkorders/test.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/projects/c++/linkorders/test.lua') diff --git a/tests/projects/c++/linkorders/test.lua b/tests/projects/c++/linkorders/test.lua index 39898ef97..7728aa73a 100644 --- a/tests/projects/c++/linkorders/test.lua +++ b/tests/projects/c++/linkorders/test.lua @@ -1,7 +1,7 @@ function main(t) -- freebsd ci is slower - if is_host("bsd", "solaris") then + if is_host("bsd", "solaris", "haiku") then return end @@ -10,4 +10,3 @@ function main(t) t:build() end end - -- cgit v1.3.1