mirror of
https://github.com/sbrow/nu-ffmpeg.git
synced 2025-12-29 16:23:11 -05:00
test: Added command for running tests.
This commit is contained in:
6
bin/run-tests
Executable file
6
bin/run-tests
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env -S nu -n
|
||||
|
||||
# Run all tests for the package
|
||||
def main [] {
|
||||
fd _test -x '{}'
|
||||
}
|
||||
Reference in New Issue
Block a user