Add tests
This commit is contained in:
parent
4096c5f1dc
commit
ad50f453da
43 changed files with 205 additions and 0 deletions
15
2025.04.04/test/test13_matr.sh
Executable file
15
2025.04.04/test/test13_matr.sh
Executable file
|
@ -0,0 +1,15 @@
|
|||
#!/bin/bash
|
||||
echo "a.txt"
|
||||
./a.out 4 3 /users/data/matr/a.txt
|
||||
echo "a20.txt"
|
||||
./a.out 4 3 /users/data/matr/a20.txt
|
||||
echo "b.txt"
|
||||
./a.out 4 3 /users/data/matr/b.txt
|
||||
echo "c.txt"
|
||||
./a.out 6 3 /users/data/matr/c.txt
|
||||
echo "d.txt"
|
||||
./a.out 6 3 /users/data/matr/d.txt
|
||||
echo "e.txt"
|
||||
./a.out 6 3 /users/data/matr/e.txt
|
||||
echo "f.txt"
|
||||
./a.out 6 3 /users/data/matr/f.txt
|
Loading…
Add table
Add a link
Reference in a new issue