4 lines
102 B
Nu
Executable File
4 lines
102 B
Nu
Executable File
#!/usr/bin/env nu
|
|
cmake --build build
|
|
ls testing/tests -s | get name | each {./util.nu $in} | to text
|