Files
argon-v3/test
2023-06-13 22:42:44 +01:00

4 lines
80 B
Plaintext
Executable File

for FILE in ./tests/*.ar; do
echo "running : $FILE";
./run "$FILE";
done