Cross Reference: hets-lib-check.sh
xref
: /
hets
/
test
/
hets-lib-check.sh
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
#!/
bin
/
bash
test_files
=
$(
cat
$(
dirname
$
0
)
/
hets
-
lib
-
testfiles
)
set
-
ex
for
i
in
$test_files
do
hets
--
quiet
-a
none
$HETS_LIB
/$i
done