summaryrefslogtreecommitdiff
path: root/jq_test.c
Commit message (Expand)AuthorAgeFilesLines
* Move some module tests into all.testNicolas Williams2014-12-311-3/+6
* Fix lineno counting in jq_test.cNicolas Williams2014-12-301-0/+3
* Add support for testing erroneous programsNicolas Williams2014-12-301-1/+55
* Make --run-tests more informativeNicolas Williams2014-12-301-8/+9
* Make jq --run-tests show test line numbersNicolas Williams2014-12-271-4/+7
* Fix #647, but caused by 89791a0Nicolas Williams2014-12-121-0/+8
* Print stack value refcounts when tracing (#636)Nicolas Williams2014-11-281-1/+1
* Merge pull request #231 from DRMacIver/fix_mem_leak_in_compileStephen Dolan2013-12-081-0/+7
|\
| * test for losing memory on compile errorsDavid R. MacIver2013-12-081-0/+7
* | Refactor jv structure.Stephen Dolan2013-12-081-2/+2
* | Make testsuite not leak when compiled with -DNDEBUG.Stephen Dolan2013-12-081-4/+8
|/
* Remove #includes from jv.hlibjqStephen Dolan2013-06-231-2/+2
* Add libjq autoconf gooNicolas Williams2013-06-211-1/+1
* Remove accidentally introduced use of fopen "e"Nicolas Williams2013-06-171-1/+1
* Allow --run-tests to take a file argumentNicolas Williams2013-06-151-1/+9
* Fixup API to get closer to a libjqNicolas Williams2013-06-151-6/+8
* Stop warning on fgets, simple versionBrendan Macmillan2013-06-011-6/+1
* Stop warning on fgets, complex versionBrendan Macmillan2013-06-011-1/+6
* 'length' function now measures string length in codepoints, not bytes.Stephen Dolan2013-05-151-4/+4
* Fix a bug triggered by jv_array_slice.Stephen Dolan2013-05-131-0/+12
* Merge branch 'autotools'Stephen Dolan2013-05-111-19/+2
|\
| * Clean up autotools config.Stephen Dolan2013-05-081-29/+1
| * Merge remote-tracking branch 'stagrlee/master' into autotoolsStephen Dolan2013-05-081-3/+14
| |\
| | * fix jq_test so that it runs in the distcheck phase of autoconfLee Thompson2013-02-021-15/+15
| | * merging upstream stedolan changesLee Thompson2013-02-021-12/+29
| | |\
| | * | get testing working in autoconfLee Thompson2012-12-041-1/+12
* | | | Rename complex to nontrivial for safety (#113)Nicolas Williams2013-05-071-4/+4
|/ / /
* | | Remove JQ_DEBUG #define and jq_test binary, simplifying build.Stephen Dolan2013-05-051-1/+1
* | | WIPStephen Dolan2013-05-051-2/+0
* | | Combine the functionality of jq and jq_testStephen Dolan2013-05-051-1/+2
* | | Remove globals/make jq_init/next/teardown() an APINicolas Williams2013-04-281-4/+5
| |/ |/|
* | Lots of build system and docs improvements, including a manpage.Stephen Dolan2012-12-161-12/+28
* | See, I told you colour was a bad idea! #11Stephen Dolan2012-12-031-1/+1
|/
* Separate the tests and the main program.Stephen Dolan2012-09-181-0/+230