File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3939 cd ..
4040 cmake --build . --target clean
4141 rm ./CMakeCache.txt
42- cmake -DTE_POW_FROM_RIGHT=1 -DUSE_ADDRESS_SANITIZE = 1 ./
42+ cmake -DTE_POW_FROM_RIGHT=1 -DUSE_ADDRESS_SANITIZE= 1 ./
4343 make -j4
4444 cd bin
4545 ./TETestRunner --reporter JUnit::out=te-junit-pow-from-right.xml
5858 cd ..
5959 cmake --build . --target clean
6060 rm ./CMakeCache.txt
61- cmake -DTE_FLOAT=1 -DUSE_ADDRESS_SANITIZE = 1 ./
61+ cmake -DTE_FLOAT=1 -DUSE_ADDRESS_SANITIZE= 1 ./
6262 make -j4
6363 cd bin
6464 ./TETestRunner --reporter JUnit::out=te-junit-float.xml
7777 cd ..
7878 cmake --build . --target clean
7979 rm ./CMakeCache.txt
80- cmake -DTE_LONG_DOUBLE=1 -DUSE_ADDRESS_SANITIZE = 1 ./
80+ cmake -DTE_LONG_DOUBLE=1 -DUSE_ADDRESS_SANITIZE= 1 ./
8181 make -j4
8282 cd bin
8383 ./TETestRunner --reporter JUnit::out=te-junit-long-double.xml
9696 cd ..
9797 cmake --build . --target clean
9898 rm ./CMakeCache.txt
99- cmake -DTE_BITWISE_OPERATORS=1 -DUSE_ADDRESS_SANITIZE = 1 ./
99+ cmake -DTE_BITWISE_OPERATORS=1 -DUSE_ADDRESS_SANITIZE= 1 ./
100100 make -j4
101101 cd bin
102102 ./TETestRunner --reporter JUnit::out=te-junit-bitwise.xml
You can’t perform that action at this time.
0 commit comments