summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-08-14 23:49:53 +0100
committerVincent Sanders <vince@kyllikki.org>2016-08-14 23:49:53 +0100
commit02360ec7be6b061513f07638d015da066afef7dc (patch)
tree6fdb8232420102d0185a700bebe414afd879e36b /test/Makefile
parent0e5824c8e851ee6fd29868eddd3be2b738f3351e (diff)
downloadnetsurf-02360ec7be6b061513f07638d015da066afef7dc.tar.gz
netsurf-02360ec7be6b061513f07638d015da066afef7dc.tar.bz2
add some corestrings API tests and fix corestrings fini.
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index d62e2fd8d..a3f84f35a 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -51,6 +51,7 @@ urlescape_SRCS := utils/url.c test/log.c test/urlescape.c
# utility test sources
utils_SRCS := utils/utils.c utils/messages.c utils/hashtable.c \
+ utils/corestrings.c utils/nsurl.c utils/idna.c \
test/log.c test/utils.c
# time test sources