projects
/
libdai.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' of git@git.tuebingen.mpg.de:libdai
[libdai.git]
/
tests
/
testregression
1
#!/bin/bash
2
TMPFILE1
=
`mktemp /var/tmp/testfast.XXXXXX`
3
trap
'rm -f
$TMP_FILE
'
0 1 15
4
5
.
/
testall testfast.
fg
>
$TMPFILE1
6
diff
-s
$TMPFILE1
testfast.out
7
8
rm
-f
$TMPFILE1