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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user