summaryrefslogtreecommitdiff
path: root/morphlib/buildsystem_tests.py
Commit message (Collapse)AuthorAgeFilesLines
* Make build system autodetection use an file existence function passed inLars Wirzenius2012-03-301-8/+20
|
* Change detect_build_system to not default to manualLars Wirzenius2012-03-301-2/+2
| | | | | | We do not want a manual build system if there is no morphology, since building with a no-op manual build system just hides the fact that the chunk can't be built because a morphology is missing.
* Make build system class return artificial text for missing morphologyLars Wirzenius2012-03-301-0/+5
|
* Add indexing access to the various commands in build systemsLars Wirzenius2012-03-301-3/+21
|
* Add tests for looking up autotools, dummy build systemsLars Wirzenius2012-03-301-0/+8
|
* Add a dummy build systemLars Wirzenius2012-03-301-0/+18
|
* Add looking up of build systems by nameLars Wirzenius2012-03-301-0/+13
|
* Add autodetection for autotools, and a factory functionLars Wirzenius2012-03-301-4/+24
|
* STart a build system abstraction with autodetectionLars Wirzenius2012-03-301-0/+72