summaryrefslogtreecommitdiff
path: root/test/endless/run-tests.h
Commit message (Collapse)AuthorAge
* tests: Remove useless test-hello.cPhilip Chimento2018-06-07
| | | | | | | | This was sample code from the very beginning of this repository, I'm not sure why it has persisted this long. In any case it uses the deprecated g_test_trap_fork() so we may as well delete it. https://phabricator.endlessm.com/T22827
* Add test for profiling APIEmmanuele Bassi2018-01-10
|
* Remove splash page managerMatt Watson2014-05-13
| | | | | Was not getting used in any apps so we are taking it out [endlessm/eos-sdk#985]
* Added EosCustomContainer C class for gjs containersMatt Watson2014-01-22
| | | | | | | | | | forall cannot be overridden in gjs. There's an upstream bug here https://bugzilla.gnome.org/show_bug.cgi?id=701567 but that does not look like it will be fixed soon. So for now added a small c class that take care of GtkContainers add, remove and forall methods. This makes it possible to write generic containers in gjs. See docs for an example [endlessm/eos-sdk#481]
* Clean up the structure of the tests directorySam Spilsbury2014-01-15
Move all the tests for the SDK into tests/endless, move all the demos into tests/demos, move all the smoke tests into smoke-tests [endlessm/eos-sdk#444]