Files
argon-v3/test
2023-04-08 15:34:20 +02:00

4 lines
80 B
Plaintext
Executable File

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