aboutsummaryrefslogtreecommitdiffstats
path: root/libfsotest
Commit message (Expand)AuthorAgeFilesLines
* Drop standalone version of our libraries; they are all now part of libfsofram...Simon Busch2012-07-2626-2087/+0
* Update .gitignore files for test related filesSimon Busch2012-07-241-0/+2
* Update copyright notice for all source filesSimon Busch2012-07-194-4/+4
* libfsotest: add missing glib-2.0-ext.vapi (blame .gitignore for this!)Simon Busch2012-07-111-0/+6
* libfsotest: signalwaiter: respect timeout specified by the userSimon Busch2012-07-101-1/+1
* libfsotest: testcase: let a test fail but don't terminate the whole test appl...Simon Busch2012-07-105-2/+13
* libfsotest: add first test case for the TestCase class about async methodsSimon Busch2012-07-102-0/+64
* libfsotest: let the user specify a timeout for asynchronous test methodsSimon Busch2012-07-101-3/+5
* libfsotest: assert: don't use a type parameter we no one is availableSimon Busch2012-06-241-1/+1
* Bump required vala version to 0.16.0Simon Busch2012-06-201-1/+1
* Use --debug instead of -g as Vala debug option and get back -D DEBUGSimon Busch2012-06-051-1/+1
* Remove "-D DEBUG" from debug options as it gives us some trouble with automak...Simon Busch2012-06-041-1/+1
* Update all Makefile.am files to use DEBUG_VALAFLAGS/DEBUG_CFLAGSSimon Busch2012-06-041-4/+2
* Update all Makefile.decl files to ship DEBUG_VALAFLAGS/DEBUG_CFLAGSSimon Busch2012-06-041-0/+9
* Bump version of all components to 0.12.0 for next development cycleSimon Busch2012-05-241-1/+1
* Use ustar format for the distribution tar archive in all components of the stackSimon Busch2012-05-111-1/+1
* libfsotest: drop libnl-2.0 from vala dependenciesSimon Busch2012-05-081-1/+0
* libfsotest: make library ABI version configurableSimon Busch2012-05-032-0/+20
* libfsotest: refactor autoconf/automake configurationSimon Busch2012-05-024-98/+95
* libfsotest: add missing config.vapi fileSimon Busch2012-04-201-0/+10
* Remove unneeded stuff from all autogen.sh filesSimon Busch2012-04-171-25/+0
* Update autotools bootstrap script for all componentsSimon Busch2012-04-111-7/+34
* Bump version to 0.10.0 and for all FSO dependencies tooSimon Busch2012-03-101-1/+1
* drop GITV as version postfix for all componentsSimon Busch2012-03-101-5/+1
* libfsotest: assert: add support for boolean valuesSimon Busch2012-02-162-0/+18
* libfsotest: testcase: add support for asynchronous test methodsSimon Busch2012-02-161-2/+31
* Bump required vala version of all components to 0.14.2Simon Busch2012-02-141-1/+1
* libfsotest: provide documentation for assert and signalwaiter classesSimon Busch2012-02-142-0/+72
* libfsotest: assert: mark methods to throw exception of correct typeSimon Busch2012-02-141-7/+7
* libfsotest: testassert: catch all possible exception and not only a specific oneSimon Busch2012-02-141-7/+7
* libfsotest: update READMESimon Busch2012-02-141-0/+6
* libfsotest: remove dependency on libfsobasicsSimon Busch2012-02-143-12/+0
* libfsotest: add test cases for assert methodsSimon Busch2012-02-142-0/+147
* libfsotest: add tests for signalwaiter class and fix some bugs in itSimon Busch2012-02-143-20/+107
* libfsotest: add initial version which includes parts of the fsotest projectSimon Busch2012-02-1419-0/+1624