mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-06 05:06:45 +00:00
7 lines
132 B
Plaintext
7 lines
132 B
Plaintext
|
load_lib llvm.exp
|
||
|
|
||
|
if [ llvm_gcc_supports fortran ] then {
|
||
|
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{f,f90}]]
|
||
|
}
|
||
|
|