File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3535 cd ..
3636 cmake --build . --target clean
3737 rm ./CMakeCache.txt
38- cmake -DTE_POW_FROM_RIGHT=1 -DUSE_ADDRESS_SANITIZE = 1 ./
38+ cmake -DTE_POW_FROM_RIGHT=1 -DUSE_ADDRESS_SANITIZE= 1 ./
3939 make -j4
4040 cd bin
4141 ./TETestRunner --reporter JUnit::out=te-junit-pow-from-right.xml
5454 cd ..
5555 cmake --build . --target clean
5656 rm ./CMakeCache.txt
57- cmake -DTE_FLOAT=1 -DUSE_ADDRESS_SANITIZE = 1 ./
57+ cmake -DTE_FLOAT=1 -DUSE_ADDRESS_SANITIZE= 1 ./
5858 make -j4
5959 cd bin
6060 ./TETestRunner --reporter JUnit::out=te-junit-float.xml
7373 cd ..
7474 cmake --build . --target clean
7575 rm ./CMakeCache.txt
76- cmake -DTE_LONG_DOUBLE=1 -DUSE_ADDRESS_SANITIZE = 1 ./
76+ cmake -DTE_LONG_DOUBLE=1 -DUSE_ADDRESS_SANITIZE= 1 ./
7777 make -j4
7878 cd bin
7979 ./TETestRunner --reporter JUnit::out=te-junit-long-double.xml
9292 cd ..
9393 cmake --build . --target clean
9494 rm ./CMakeCache.txt
95- cmake -DTE_BITWISE_OPERATORS=1 -DUSE_ADDRESS_SANITIZE = 1 ./
95+ cmake -DTE_BITWISE_OPERATORS=1 -DUSE_ADDRESS_SANITIZE= 1 ./
9696 make -j4
9797 cd bin
9898 ./TETestRunner --reporter JUnit::out=te-junit-bitwise.xml
@@ -112,4 +112,4 @@ jobs:
112112 uses : actions/upload-artifact@v4
113113 with :
114114 name : macOS unit tests
115- path : ${{ github.workspace }}/tests/bin/*.xml
115+ path : ${{ github.workspace }}/tests/bin/*.xml
You can’t perform that action at this time.
0 commit comments