summaryrefslogtreecommitdiffstats
path: root/jq_test.c
AgeCommit message (Expand)Author
2015-07-19Clean up trailing whitespaceDavid Tolnay
2015-06-28Make --run-tests' jv_test() quietNicolas Williams
2015-06-27Make --run-tests less verbose by defaultNicolas Williams
2015-06-20fix errors flagged by clang static analyzerDavid Tolnay
2015-06-18fix broken tests in manual.ymlDavid Tolnay
2015-03-30Include filename and lineno in error messagesNicolas Williams
2015-01-12Fix --run-tests arg handlingNicolas Williams
2014-12-31Move some module tests into all.testNicolas Williams
2014-12-30Fix lineno counting in jq_test.cNicolas Williams
2014-12-30Add support for testing erroneous programsNicolas Williams
2014-12-30Make --run-tests more informativeNicolas Williams
2014-12-27Make jq --run-tests show test line numbersNicolas Williams
2014-12-12Fix #647, but caused by 89791a0Nicolas Williams
2014-11-28Print stack value refcounts when tracing (#636)Nicolas Williams
2013-12-08Merge pull request #231 from DRMacIver/fix_mem_leak_in_compileStephen Dolan
2013-12-08Refactor jv structure.Stephen Dolan
2013-12-08Make testsuite not leak when compiled with -DNDEBUG.Stephen Dolan
2013-12-08test for losing memory on compile errorsDavid R. MacIver
2013-06-23Remove #includes from jv.hlibjqStephen Dolan
2013-06-21Add libjq autoconf gooNicolas Williams
2013-06-17Remove accidentally introduced use of fopen "e"Nicolas Williams
2013-06-15Allow --run-tests to take a file argumentNicolas Williams
2013-06-15Fixup API to get closer to a libjqNicolas Williams
2013-06-01Stop warning on fgets, simple versionBrendan Macmillan
2013-06-01Stop warning on fgets, complex versionBrendan Macmillan
2013-05-15'length' function now measures string length in codepoints, not bytes.Stephen Dolan
2013-05-13Fix a bug triggered by jv_array_slice.Stephen Dolan
2013-05-11Merge branch 'autotools'Stephen Dolan
2013-05-08Clean up autotools config.Stephen Dolan
2013-05-08Merge remote-tracking branch 'stagrlee/master' into autotoolsStephen Dolan
2013-05-07Rename complex to nontrivial for safety (#113)Nicolas Williams
2013-05-05Remove JQ_DEBUG #define and jq_test binary, simplifying build.Stephen Dolan
2013-05-05WIPStephen Dolan
2013-05-05Combine the functionality of jq and jq_testStephen Dolan
2013-04-28Remove globals/make jq_init/next/teardown() an APINicolas Williams
2013-02-02fix jq_test so that it runs in the distcheck phase of autoconfLee Thompson
2013-02-02merging upstream stedolan changesLee Thompson
2012-12-16Lots of build system and docs improvements, including a manpage.Stephen Dolan
2012-12-04get testing working in autoconfLee Thompson
2012-12-03See, I told you colour was a bad idea! #11Stephen Dolan
2012-09-18Separate the tests and the main program.Stephen Dolan