Execute all build programs script added
This commit is contained in:
9
test/execute-all.sh
Executable file
9
test/execute-all.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
programs=$(ls *.out)
|
||||
|
||||
for p in $programs; do
|
||||
echo "Running $p ..."
|
||||
./$p
|
||||
echo ""
|
||||
done;
|
||||
Reference in New Issue
Block a user