From 903a23ba0b591cc6e1b37bcd350e1a8475a054c9 Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Fri, 11 Oct 2024 10:26:05 +0900 Subject: [PATCH] add test by xed --- .github/workflows/main.yml | 7 ++++++- test/test_by_xed.sh | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 814a85b..3ab9d6b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,6 +19,11 @@ jobs: steps: - uses: actions/checkout@v4 - run: apt -y update - - run: apt -y install g++-multilib libboost-dev make nasm yasm + - run: apt -y install g++-multilib libboost-dev make nasm yasm wget - run: make test - run: make -C sample CXXFLAGS="-DXBYAK_NO_EXCEPTION" + - run: | + cd test + wget https://downloadmirror.intel.com/831748/sde-external-9.44.0-2024-08-22-lin.tar.xz + tar xvf sde-external-9.44.0-2024-08-22-lin.tar.xz + env XED=sde-external-9.44.0-2024-08-22-lin/xed64 make xed_test diff --git a/test/test_by_xed.sh b/test/test_by_xed.sh index a1d3629..905b8a0 100755 --- a/test/test_by_xed.sh +++ b/test/test_by_xed.sh @@ -4,6 +4,7 @@ set -e XED=${XED:=xed} CXX=${CXX:=g++} PYTHON=${PYTHON:=python3} +echo $XED if [ $# -ne 1 ]; then echo "./test_by_xed.sh "