summaryrefslogtreecommitdiff
path: root/test/context.c
Commit message (Expand)AuthorAgeFilesLines
* test: move mkdir & mkdtemp calls to common place and fix them on MSVCRan Benita2022-09-241-16/+2
* utils: move some MSVC compat stuff to common placeRan Benita2022-09-241-9/+0
* Add asprintf_safe helper functionPeter Hutterer2020-07-131-2/+2
* MSVC: Use <io.h> as an alternative for <unistd.h>Adrian Perez de Castro2019-12-281-1/+9
* test/context: use a more portable directory-exists checkRan Benita2019-12-271-6/+7
* build: include config.h manuallyRan Benita2019-12-271-0/+2
* test: add test for the various default include pathsPeter Hutterer2019-10-311-0/+280
* atom: really work with non-NUL-terminated stringsRan Benita2013-07-221-0/+9
* test: Add flags argument to test_get_context()Daniel Stone2013-03-191-1/+1
* Organize src/ and test/ headersRan Benita2012-09-161-3/+1
* test: Add extremely rudimentary include path testDaniel Stone2012-08-081-1/+3
* context test: Use test_get_context()Daniel Stone2012-07-271-1/+2
* Rename 'ctx' back to 'context' in external APIDaniel Stone2012-05-111-3/+3
* Shorten context to ctxRan Benita2012-05-091-3/+3
* Add flags to context creationDaniel Stone2012-05-081-1/+1
* Overhaul test suiteRan Benita2012-04-091-7/+2
* Add new context APIDaniel Stone2012-03-271-0/+47