Skip to content

Commit

Permalink
Added script to test cdens mode; test reference cases renamed accordi…
Browse files Browse the repository at this point in the history
…ngly
  • Loading branch information
travleev committed Mar 29, 2020
1 parent 272c540 commit 9a37538
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions travis_run_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@ i=nested_complement
o="--mode remh"
numjuggler $o $i.i > $i.res && diff -w $i.ref $i.res > $i.diff || exit 1

cd $odir/travis_tests/cdens
i=inp.i
o="--mode cdens"
for m in $(ls map?); do
numjuggler $o --map $m inp.i > inp.$m && diff -w inp.$m.ref inp.$m > $m.diff || exit 1
done
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9a37538

Please sign in to comment.