summaryrefslogtreecommitdiff
path: root/egg/egg-testing.h
Commit message (Collapse)AuthorAgeFilesLines
* egg: Add egg_tests_copy_scratch_file() method for fixture filesStef Walter2014-03-061-0/+3
|
* Remove old FSF license from header filesStef Walter2014-01-081-3/+2
| | | | | | And refresh the COPYING and COPYING.LIB files https://bugzilla.gnome.org/show_bug.cgi?id=721549
* Convert from EggBytes to GBytesStef Walter2012-07-161-2/+2
| | | | | * We were using EggBytes while GBytes was not yet in a stable glib release
* egg: Add ability to run tests in a mainloop without a threadStef Walter2012-06-271-0/+4
| | | | | * Lets us do async stuff without the added complication of having another thread running the main loop.
* egg: Add methods for creating scratch directory in testsStef Walter2012-06-271-1/+6
| | | | | | * Add egg_tests_create_scratch_directory() and egg_tests_remove_scratch_directory() methods, and use them in tests.
* Bring over new egg'd components from gcrStef Walter2012-04-071-0/+7
| | | | * Updated ASN.1, armor, bytes, openssl, etc.
* Fix copyright headers.Jordi Mallach2012-03-161-3/+3
| | | | | | | | Many files were missing “Public” in “GNU Lesser General Public License”, and others replaced it with “Private”, probably due to a mass replace that went a bit too far. Restore the correct wording in all affected places. https://bugzilla.gnome.org/show_bug.cgi?id=672189
* gcr: Documentation, testing and distcheck fixesStef Walter2011-09-011-2/+0
| | | | | | * Update symbols for new APIs * Update docs with new APIs * Change how tests find fixture files.
* Use more modern gtest style for egg tests.Stef Walter2011-02-271-0/+54