-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from traversaro/enabletests
[v9] Enable tests
- Loading branch information
Showing
9 changed files
with
57 additions
and
14 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
From 22602b48308f1097af464e8e5d2c7fd4f9273aeb Mon Sep 17 00:00:00 2001 | ||
From: Silvio Traversaro <[email protected]> | ||
Date: Thu, 3 Oct 2024 16:33:40 +0200 | ||
Subject: [PATCH] Fix running rendering tests in GZ_ENABLE_RELOCATABLE_INSTALL | ||
is ON | ||
|
||
Signed-off-by: Silvio Traversaro <[email protected]> | ||
--- | ||
test/gz_rendering_test.cmake | 5 +++++ | ||
1 file changed, 5 insertions(+) | ||
|
||
diff --git a/test/gz_rendering_test.cmake b/test/gz_rendering_test.cmake | ||
index 4868bb363..f5ffe511d 100644 | ||
--- a/test/gz_rendering_test.cmake | ||
+++ b/test/gz_rendering_test.cmake | ||
@@ -81,6 +81,11 @@ macro(gz_configure_rendering_test) | ||
APPEND PROPERTY | ||
ENVIRONMENT "GZ_ENGINE_BACKEND=${gz_configure_rendering_test_RENDER_ENGINE_BACKEND}") | ||
|
||
+ set_property( | ||
+ TEST ${test_name} | ||
+ APPEND PROPERTY | ||
+ ENVIRONMENT "GZ_RENDERING_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}") | ||
+ | ||
if(gz_configure_rendering_test_HEADLESS) | ||
set_property( | ||
TEST ${test_name} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# EGL mesa driver on cos7 are not working as expected, use alma8 instead | ||
docker_image: # [linux64] | ||
- quay.io/condaforge/linux-anvil-alma-x86_64:8 # [linux64] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
mesa-libEGL | ||
mesa-dri-drivers |