summaryrefslogtreecommitdiffstats
path: root/jq_test.c
AgeCommit message (Collapse)Author
2013-05-05Remove JQ_DEBUG #define and jq_test binary, simplifying build.Stephen Dolan
The debugging features previously available via JQ_DEBUG are now command-line options.
2013-05-05WIPStephen Dolan
2013-05-05Combine the functionality of jq and jq_testStephen Dolan
One binary is much simpler. ./jq --run-tests now runs the tests.
2013-04-28Remove globals/make jq_init/next/teardown() an APINicolas Williams
2012-12-16Lots of build system and docs improvements, including a manpage.Stephen Dolan
- Build binaries for multiple platforms - Make a manpage out of the manual (see #19) - Extract more tests from the documentation - Fix a few documentation bugs uncovered by above.
2012-12-03See, I told you colour was a bad idea! #11Stephen Dolan
Last commit broke the build, minor fix needed to testsuite.
2012-09-18Separate the tests and the main program.Stephen Dolan