4 lines
71 B
Bash
Executable File
4 lines
71 B
Bash
Executable File
#!/bin/bash
|
|
make -C ../.. || exit 1
|
|
exec bash ../tools/autotest.sh *.v
|