Skip to content

Commit

Permalink
compiler/test/reform: check current patches against the attic
Browse files Browse the repository at this point in the history
Small differences (corrections) are manually suppressed in "reform".
  • Loading branch information
wpwrak committed Feb 27, 2012
1 parent fe39878 commit 0b40899
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions src/compiler/test/reform
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#!/bin/sh
. ./Common
. ./Patches

###############################################################################

PATCHDIR=../../../patches

check_eq()
{
fix=
case "$n" in
"Lekernel - Pulsating photography.fnp") fix="+4 -4";;
"Lekernel - Star Ballet (Bass Travel Mix).fnp") fix="+5 -5";;
"Lekernel - Star Ballet (Fountain Mix).fnp") fix="+7 -7";;
"Lekernel - Star Ballet.fnp") fix="+4 -4";;
"Lekernel - Starpainter.fnp") fix="+2 -2";;
esac

equiv1 "reform: $n" <"$PATCHDIR/attic/$n"
equiv2 $fix <"$PATCHDIR/$n"
}


foreach_patch check_eq

###############################################################################

0 comments on commit 0b40899

Please sign in to comment.