Unit Tests - fix

- The unit tests for color were still linking against color.o, instead
  of the new Color.o.  Subtle, but wrong.
This commit is contained in:
Paul Beckingham 2009-10-11 16:17:26 -04:00
parent 179b51278f
commit 9f9c19d4ae
3 changed files with 5 additions and 4 deletions

View file

@ -30,5 +30,5 @@ echo -n 'Pass: '
grep ^ok all.log | wc -l
echo -n 'Fail: '
grep ^not all.log | wc -l
echo -n 'Runtime: '
echo -n 'Runtime: '
echo $RUNTIME