aboutsummaryrefslogtreecommitdiff
path: root/tests/model-derivation.scm
Commit message (Collapse)AuthorAge
* Fetch the list of system values from the databaseChristopher Baines2021-04-23
| | | | This removes the need to hardcode some values in the code.
* Add powerpc64le-linux as a supported systemChristopher Baines2021-02-12
| | | | | This should not be necessary, but currently the database isn't used to find out the valid system values.
* Update the valid-systems testChristopher Baines2020-04-20
|
* Check that the test database is being used in all the testsChristopher Baines2020-02-24
|
* Make valid-systems quickerChristopher Baines2020-01-05
| | | | | In the future, it would be good to pull this from the database again, but in some way which is really quick.
* Associate a name with database connectionsChristopher Baines2019-07-12
| | | | This helps when working out which connection to the database is doing what.
* Add an initial testChristopher Baines2019-04-14
Along with the buildsystem changes to make `make check` work.