summaryrefslogtreecommitdiffstats
path: root/src/tests/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Create new libplybootsplashRay Strode2008-06-091-0/+1
| | | | | | | | | | | The old approach of including the same source files into multiple places is less than pretty. But moving the code to libply didn't seem right either, since libply is fairly generic and could in theory get swapped out with a standard runtime at some point. Also, exposing libplybootsplash as an external library will facilitate creating out of tree splash plugins.
* Conditionalize tests with configure optionRay Strode2008-05-301-3/+5
| | | | | We do this so we can disable them from distcheck, but still build them easily when not doing distcheck.
* Don't build tests since they break distcheckRay Strode2008-05-301-3/+3
|
* add new ply_window_t type to manage text versus graphics mode,Ray Strode2008-05-171-0/+1
| | | | and eventually key events
* dump everything i'm working on into the main refactor branch for nowRay Strode2007-06-211-1/+1
|
* fix up some of the makefiles to use libplyRay Strode2007-06-061-0/+1
|
* split the common code off into libply and move things to separate directoriesRay Strode2007-06-061-9/+1
|
* add small wrapper functions around dlopen and friends.Ray Strode2007-06-061-0/+1
| | | | | | create the start of a boot-splash api for managing the splash screen. Setup main.c to use the api (no plugin exists yet, though, so things are pretty hosed atm)
* add the start of some classes for tracking boot statusRay Strode2007-06-031-0/+1
|
* more off by one ickyness in the errno stack thingRay Strode2007-05-301-0/+1
|
* first cut at an event loopRay Strode2007-05-221-0/+1
|
* add new linked list implementationRay Strode2007-05-221-0/+1
|
* add start of new classes for handling loggingRay Strode2007-05-211-0/+1
|
* add ply-terminal-session-test to MakefileRay Strode2007-05-211-0/+1
|
* Add a tests/ directory to keep tests inRay Strode2007-05-161-0/+12
Note the tests that are there now aren't really suited for automated testing, so make check is hosed right now