runWirelessTests.sh 129 B

123456789101112
  1. #!/bin/sh
  2. # fingerprint tests
  3. cd fingerprint
  4. ./runWirelessTests.sh
  5. cd ..
  6. # module tests
  7. cd module
  8. ./runWirelessTests.sh
  9. cd ..