ref: e7cdf11aa8b4f3bd6f0b6fbda975b38c93cc3d99
parent: 7a66a41387eba0b82b09d6a8863610a3589f216d
author: Ori Bernstein <[email protected]>
date: Thu Jun 14 22:22:19 EDT 2012
Re-enable the test compilations. We can generate code now! sometimes...
--- a/test/test.sh
+++ b/test/test.sh
@@ -7,7 +7,7 @@
rm -f $1
echo $MC $1.myr && \
$MC $1.myr && \
- mv a.s $1.s #&& \
+ mv a.s $1.s && \
cc $ASOPT -m32 -o $1 $1.s
}