Skip to content

Commit

Permalink
pt3: update test suite with tests with varied frequency tables
Browse files Browse the repository at this point in the history
  • Loading branch information
deater committed Sep 11, 2019
1 parent 90a2281 commit b72e406
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 0 deletions.
Binary file added ay-3-8910/pt3/validation/BH.PT3
Binary file not shown.
Binary file added ay-3-8910/pt3/validation/CH.PT3
Binary file not shown.
Binary file added ay-3-8910/pt3/validation/DY.PT3
Binary file not shown.
Binary file added ay-3-8910/pt3/validation/bh_good.ym5
Binary file not shown.
Binary file added ay-3-8910/pt3/validation/ch_good.ym5
Binary file not shown.
Binary file added ay-3-8910/pt3/validation/dy_good.ym5
Binary file not shown.
19 changes: 19 additions & 0 deletions ay-3-8910/pt3/validation/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,25 @@ cmp cr.ym5 CR_good.ym5


#DF.PT3

#BH.PT3
echo "Testing BH.PT3"
../pt3_to_ym5 BH.PT3 bh.ym > /dev/null
../../conversion_tools/ym_to_ym5 bh > /dev/null
cmp bh.ym5 bh_good.ym5

#CH.PT3
echo "Testing CH.PT3"
../pt3_to_ym5 CH.PT3 ch.ym > /dev/null
../../conversion_tools/ym_to_ym5 ch > /dev/null
cmp ch.ym5 ch_good.ym5

#DY.PT3
echo "Testing DY.PT3"
../pt3_to_ym5 DY.PT3 dy.ym > /dev/null
../../conversion_tools/ym_to_ym5 dy > /dev/null
cmp dy.ym5 dy_good.ym5

#F4.PT3
#FC.PT3
#HI.PT3
Expand Down

0 comments on commit b72e406

Please sign in to comment.