aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2024-10-11 10:26:05 +0900
committerMITSUNARI Shigeo <[email protected]>2024-10-13 13:51:06 +0900
commit903a23ba0b591cc6e1b37bcd350e1a8475a054c9 (patch)
tree85eddf21bb26c3dedff8e97a8c6a488f3dad790e /test
parent64d5779bb1ef1d16e70601ffc64553b43b87f32f (diff)
downloadxbyak-903a23ba0b591cc6e1b37bcd350e1a8475a054c9.tar.gz
xbyak-903a23ba0b591cc6e1b37bcd350e1a8475a054c9.zip
add test by xed
Diffstat (limited to 'test')
-rwxr-xr-xtest/test_by_xed.sh1
1 files changed, 1 insertions, 0 deletions
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 <xbyak-cpp>"