summaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Collapse)AuthorAgeFilesLines
* Create new libplybootsplashRay Strode2008-06-094-11/+12
| | | | | | | | | | | 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.
* Port password handling over to using new answer objectRay Strode2008-06-022-0/+4
|
* 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-173-0/+11
| | | | 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-063-18/+3
|
* drop other autogenerated file from version controlRay Strode2007-06-061-769/+0
|
* drop autogenerated file from version controlRay Strode2007-06-061-769/+0
|
* split the common code off into libply and move things to separate directoriesRay Strode2007-06-0612-114/+1539
|
* add small wrapper functions around dlopen and friends.Ray Strode2007-06-062-0/+18
| | | | | | 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 some forgotton files from last commitRay Strode2007-06-032-0/+32
|
* 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
|
* add logger files to event-loop test programRay Strode2007-05-231-0/+2
|
* split off image libs separate from project global libsRay Strode2007-05-232-3/+3
|
* hook up the terminal session class to the event loopRay Strode2007-05-221-2/+6
|
* first cut at an event loopRay Strode2007-05-222-0/+13
|
* add new linked list implementationRay Strode2007-05-222-0/+9
|
* begin to hook up new logging interfaces to ply-terminal-sessionRay Strode2007-05-211-0/+2
|
* add start of new classes for handling loggingRay Strode2007-05-212-0/+11
|
* add ply-terminal-session-test to MakefileRay Strode2007-05-211-0/+1
|
* add new ply-terminal-session classRay Strode2007-05-211-0/+12
| | | | | This commit features the first cut of a class that can run a program and direct its console to a pseudoterminal.
* Add a tests/ directory to keep tests inRay Strode2007-05-165-0/+51
Note the tests that are there now aren't really suited for automated testing, so make check is hosed right now