5 lines
92 B
Bash
Executable File
5 lines
92 B
Bash
Executable File
#!/bin/bash
|
|
#put any pre-test execution commands here.
|
|
echo Running all tests
|
|
./AllTests $1
|