test: don't download files in tests

Remove automatic download and compilation of clknetsim. If clknetsim is
not found, skip all simulation tests, but don't fail "make check".
Also, respect the CLKNETSIM_PATH environment variable.
This commit is contained in:
Miroslav Lichvar
2016-02-05 10:47:16 +01:00
parent cf5b344ea8
commit 8b676502de
3 changed files with 9 additions and 28 deletions

View File

@@ -1,7 +1,5 @@
#!/bin/bash
. test.common
passed=() failed=() skipped=()
[ $# -gt 0 ] && tests=($@) || tests=([0-9]*-*[^_])