From 2a4d32b2d71850d1b78c5ffe93b1e164920f290a Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 28 Nov 2021 14:05:22 +0800 Subject: improve openmp tests --- tests/projects/openmp/hello/xmake.lua | 1 - tests/projects/openmp/loop/xmake.lua | 1 - 2 files changed, 2 deletions(-) diff --git a/tests/projects/openmp/hello/xmake.lua b/tests/projects/openmp/hello/xmake.lua index c1f837287..3bf3dccc4 100644 --- a/tests/projects/openmp/hello/xmake.lua +++ b/tests/projects/openmp/hello/xmake.lua @@ -2,5 +2,4 @@ add_requires("libomp", {optional = true}) target("hello") set_kind("binary") add_files("src/*.c") - add_rules("c.openmp") add_packages("libomp") diff --git a/tests/projects/openmp/loop/xmake.lua b/tests/projects/openmp/loop/xmake.lua index eb14be1a3..200e5f09f 100644 --- a/tests/projects/openmp/loop/xmake.lua +++ b/tests/projects/openmp/loop/xmake.lua @@ -2,5 +2,4 @@ add_requires("libomp", {optional = true}) target("loop") set_kind("binary") add_files("src/*.cpp") - add_rules("c++.openmp") add_packages("libomp") -- cgit v1.3.1