summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-07-27 12:28:24 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-07-27 12:28:24 +0100
commit56dd658e6265fb1902c92d6d88420c3accb79225 (patch)
tree9810831934c0e767811d56a07f49ee5e30f7a352 /test/Makefile
parent198e8c2e38c9e7bbc85e61a80217c323819e8597 (diff)
downloadlibnsfb-56dd658e6265fb1902c92d6d88420c3accb79225.tar.gz
libnsfb-56dd658e6265fb1902c92d6d88420c3accb79225.tar.bz2
Simple tester for hammering glyph render function.
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index c11f489..64210be 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,3 +1,3 @@
-DIR_TEST_ITEMS := plottest:plottest.c bitmap:bitmap.c;nsglobe.c frontend:frontend.c bezier:bezier.c path:path.c polygon:polygon.c polystar:polystar.c polystar2:polystar2.c
+DIR_TEST_ITEMS := text-speed:text-speed.c plottest:plottest.c bitmap:bitmap.c;nsglobe.c frontend:frontend.c bezier:bezier.c path:path.c polygon:polygon.c polystar:polystar.c polystar2:polystar2.c
include $(NSBUILD)/Makefile.subdir