Skip to content

Commit

Permalink
add more test targets
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperWallace committed Jan 17, 2011
1 parent 916776d commit 29b5fc4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ rm -f /tmp/*.t
for f in ONE.MOL TWO.MOL THREE.MOL FOUR.MOL ; do
./fiddle.py test-files/${f} > /tmp/`basename $f .MOL`.t
done

for f in 1X1CM.MOL 2X2CM.MOL 4X4CM.MOL ; do
./fiddle.py test-files/squares_mol_files/${f} > /tmp/`basename $f .MOL`.t
done

0 comments on commit 29b5fc4

Please sign in to comment.