From 5bf56ea056b30fba8e07e82ec818c430cab8cafd Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 25 May 2011 14:43:10 -0400 Subject: [PATCH] [TODO] Add item --- TODO | 2 ++ test/test-shape.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/TODO b/TODO index d512b28..f770286 100644 --- a/TODO +++ b/TODO @@ -69,6 +69,8 @@ Tests to write: - ot-layout enumeration API (needs font) +- Finish test-shape.c + Optimizations: ============= diff --git a/test/test-shape.c b/test/test-shape.c index c8017bf..99d2d4d 100644 --- a/test/test-shape.c +++ b/test/test-shape.c @@ -34,6 +34,8 @@ * description. */ +/* TODO Make this test data-driven and add some real test data */ + static const char test_data[] = "test\0data"; -- 2.7.4