tests: fix x64 test
parent
d455606037
commit
c30c76c285
|
@ -46,6 +46,6 @@ fn args() {
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
test()
|
test()
|
||||||
//loop()
|
loop()
|
||||||
args()
|
//args()
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,7 +30,7 @@ fn test_x64() {
|
||||||
full_test_path := os.real_path(test)
|
full_test_path := os.real_path(test)
|
||||||
println('x.v: $wrkdir/x.v')
|
println('x.v: $wrkdir/x.v')
|
||||||
os.system('cp ${dir}/${test} $wrkdir/x.v') // cant run .vv file
|
os.system('cp ${dir}/${test} $wrkdir/x.v') // cant run .vv file
|
||||||
x := os.exec('$vexe -o exe -x64 $wrkdir/x.v') or {
|
os.exec('$vexe -o exe -x64 $wrkdir/x.v') or {
|
||||||
bench.fail()
|
bench.fail()
|
||||||
eprintln(bench.step_message_fail('x64 $test failed'))
|
eprintln(bench.step_message_fail('x64 $test failed'))
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in New Issue