skip asm test on tcc
parent
2391c72e4b
commit
3c03051bcf
|
@ -92,6 +92,9 @@ pub fn (ts mut TestSession) test() {
|
||||||
}
|
}
|
||||||
$if msvc {
|
$if msvc {
|
||||||
}
|
}
|
||||||
|
$if tinyc {
|
||||||
|
if file.contains('asm') { continue }
|
||||||
|
}
|
||||||
tmpc_filepath := file.replace('.v', '.tmp.c')
|
tmpc_filepath := file.replace('.v', '.tmp.c')
|
||||||
|
|
||||||
cmd := '"$ts.vexe" $ts.vargs "$file"'
|
cmd := '"$ts.vexe" $ts.vargs "$file"'
|
||||||
|
|
Loading…
Reference in New Issue