summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test: Fix tests for distcheckNikias Bassen2023-04-212-1/+2
* Fix buildNikias Bassen2023-04-211-0/+1
* Add C++ interface testSébastien Gonzalve2023-04-218-0/+203
* Add plist_read_from_file() to interface, update plist_from_memory()Nikias Bassen2023-04-191-44/+2
* libcnary: Updated typedefs of node_t and node_list_t to contain pointerNikias Bassen2023-02-061-2/+2
* Rename PLIST_UINT to PLIST_INT and add plist_new_int() and plist_get_int_val()Nikias Bassen2023-01-163-0/+140
* Add support for OpenStep plist formatNikias Bassen2023-01-0812-16/+349
* test: Polish json3.test to not leave temp file after testNikias Bassen2022-02-071-3/+5
* test: Add int64 min/max testcase for JSON parserNikias Bassen2022-02-073-2/+24
* test: Update JSON test case to have negative numbersNikias Bassen2022-01-311-1/+1
* test: Rename json test files to .jsonNikias Bassen2022-01-255-3/+4
* test: Add additional JSON test caseNikias Bassen2022-01-254-7/+28
* test: Work around JSON parser limitation expecting to have a 0-terminated str...Nikias Bassen2021-12-231-0/+3
* test: Update json test case to not rely on --enable-debugNikias Bassen2021-12-231-9/+6
* Add support for JSON formatNikias Bassen2021-12-2312-13/+247
* test: Add PLIST_UID test caseNikias Bassen2021-12-234-3/+155
* Improve code readability by not using else after returnRosen Penev2020-11-242-11/+5
* Add API version to library and pkgconfig file for proper linkingNikias Bassen2020-06-141-2/+2
* Unfold automake variables into multiple lines for maintainabilityMartin Szulecki2020-06-091-4/+14
* test: Use diff --strip-trailing-cr to fix tests on windowsNikias Bassen2019-12-183-9/+6
* test: Write outputfile to test log for signedunsigned2 testNikias Bassen2019-12-181-0/+3
* test: Merge *cmp.test into *.test to allow parallel testingNikias Bassen2019-05-1613-48/+24
* test: Rename dates.test output files so the get removed upon 'make distclean'Christophe Fergeau2017-04-201-2/+2
* test: Add missing test files to Makefile.am/EXTRA_DISTChristophe Fergeau2017-04-201-1/+42
* test: Fix wrong filename in EXTRA_DIST entry of Makefile.amNikias Bassen2017-04-201-1/+1
* test: Add test cases for different bplist offset and reference sizesNikias Bassen2017-02-0120-0/+34
* test: Add some more test cases for various valid and invalid contentNikias Bassen2017-01-027-1/+62
* test: Add new test case for dictionaries with empty keysNikias Bassen2017-01-023-1/+22
* test: Add new test case for entitiesNikias Bassen2017-01-023-1/+71
* test: Fix test plist having duplicate keys in dictionaryNikias Bassen2016-11-181-1/+1
* test: Add additional test case to check extended date rangeNikias Bassen2016-09-193-0/+20
* test: Add another test case for signed/unsigned (multiple) integersNikias Bassen2016-06-294-0/+35
* test: Add missing .test filesNikias Bassen2015-02-053-0/+35
* test: Add more test cases covering binary plist issuesNikias Bassen2015-02-055-2/+32
* Avoid exporting non-public symbolsNikias Bassen2014-10-031-1/+1
* test: Fix make clean in relation with out-of-tree build directoryMartin Szulecki2014-06-131-1/+1
* test: Add keys with XML entities to data plist filesMartin Szulecki2014-05-275-2/+10
* test: Fix clean target to remove all generated filesMartin Szulecki2014-05-271-1/+1
* test: Add test cases for integer nodesNikias Bassen2014-05-239-2/+78
* test: Add data/7.plist to extra_dist targetNikias Bassen2014-05-231-1/+1
* test: Use better test data for timezone testsNikias Bassen2014-05-223-2/+12
* test: Fix timezone test cases with set -eNikias Bassen2014-04-022-0/+4
* test: Add new timezone testsNikias Bassen2014-04-013-1/+37
* Replace some LDADD references to use $(top_builddir) for distcheckMartin Szulecki2014-02-131-2/+2
* fix make distcheckNikias Bassen2014-02-1314-105/+75
* change build system to autotoolsNikias Bassen2013-12-1314-29/+169
* Make libplist glib freeNikias Bassen2011-05-272-4/+4
* Fix some warningsJonathan Beck2010-01-212-10/+4
* Make sure to convert predefined xml entities in xml outputMartin Szulecki2010-01-141-0/+2
* Make tests also work when building outside the source treeMartin Szulecki2010-01-141-12/+13