mirror of
https://github.com/json-c/json-c.git
synced 2026-04-02 03:49:06 +08:00
* Add handling of surrogate pairs
git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@53 327403b1-1117-474d-bef2-5cb71233fd97
This commit is contained in:
@@ -31,7 +31,7 @@ libjson_la_SOURCES = \
|
||||
linkhash.c \
|
||||
printbuf.c
|
||||
|
||||
check_PROGRAMS = test1 test2 test3
|
||||
check_PROGRAMS = test1 test2 test3 test4
|
||||
|
||||
test1_SOURCES = test1.c
|
||||
test1_LDADD = $(lib_LTLIBRARIES)
|
||||
@@ -41,3 +41,6 @@ test2_LDADD = $(lib_LTLIBRARIES)
|
||||
|
||||
test3_SOURCES = test3.c
|
||||
test3_LDADD = $(lib_LTLIBRARIES)
|
||||
|
||||
test4_SOURCES = test4.c
|
||||
test4_LDADD = $(lib_LTLIBRARIES)
|
||||
|
||||
Reference in New Issue
Block a user