Add output to expected output generator

This commit is contained in:
Hackerpilot 2015-03-18 16:21:49 -07:00
parent 5b68b60877
commit 92ee9f13a8
1 changed files with 9 additions and 0 deletions

View File

@ -1,2 +1,11 @@
dfmt --braces=allman $1.d > allman/$1.d.ref
dfmt --braces=otbs $1.d > otbs/$1.d.ref
echo "------------------"
echo "allman:"
echo "------------------"
cat allman/$1.d.ref
echo "------------------"
echo "otbs:"
echo "------------------"
cat otbs/$1.d.ref