aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Sk64Test.cpp
diff options
context:
space:
mode:
authorGravatar reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2009-02-28 18:26:14 +0000
committerGravatar reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2009-02-28 18:26:14 +0000
commita396a16d53c1355c59f9f1f739618b47dc346ee4 (patch)
treee9cb77a9c0e2b1105c39ec5834921ee38215117c /tests/Sk64Test.cpp
parentd8730ea8b25d692c0656f8cf03f02aecfab2a17c (diff)
add tests (unittests) to Makefile
move SkTSort.h into public includes git-svn-id: http://skia.googlecode.com/svn/trunk@98 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests/Sk64Test.cpp')
-rw-r--r--tests/Sk64Test.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/Sk64Test.cpp b/tests/Sk64Test.cpp
index 1829c647e1..503395708d 100644
--- a/tests/Sk64Test.cpp
+++ b/tests/Sk64Test.cpp
@@ -2,7 +2,6 @@
#include "SkRandom.h"
#include <math.h>
-#ifdef SK_SUPPORT_UNITTEST
struct BoolTable {
int8_t zero, pos, neg, toBool, sign;
};
@@ -24,7 +23,6 @@ static void bool_table_test(skiatest::Reporter* reporter,
return ((SkLONGLONG)a.fHi << 32) | a.fLo;
}
#endif
-#endif
static void TestSk64(skiatest::Reporter* reporter) {
enum BoolTests {