mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 16:18:54 -04:00
6 lines
130 B
Text
6 lines
130 B
Text
load_lib llvm.exp
|
|
|
|
if [ llvm_gcc_supports ada ] then {
|
|
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{adb,ads}]]
|
|
}
|
|
|