aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
AgeCommit message (Collapse)Author
2020-10-20Add tests for submodule's compile time infoBrad Richardson
2020-10-20Split submodule name into two componentsBrad Richardson
2020-10-20Add tests for module's compile time infoBrad Richardson
2020-10-20Add test for program's direct dependenciesBrad Richardson
2020-10-20Add test that program produces no other filesBrad Richardson
2020-10-20Add test for object file of program's compile time infoBrad Richardson
2020-10-20Add test for source file name of program's compile time infoBrad Richardson
2020-10-19Add test for a submodule's nameBrad Richardson
2020-10-19Add test for modules a submodule usesBrad Richardson
2020-10-19Add test for submodule object file nameBrad Richardson
2020-10-15Add test for submodule source file nameBrad Richardson
2020-10-15Add constructor for Submodule SourceBrad Richardson
2020-10-15Add test for whether a module produces a .smod fileBrad Richardson
2020-10-15Add test for a module's nameBrad Richardson
2020-10-15Add test for modules a module usesBrad Richardson
2020-10-15Add test for module object file nameBrad Richardson
2020-10-15Add test for module source file nameBrad Richardson
2020-10-15Add constructor for Module SourceBrad Richardson
2020-10-14Add check for program declaration before constructing Program SourceBrad Richardson
2020-10-14Refactor parsing process a bitBrad Richardson
2020-10-14Rename first set of unit testsBrad Richardson
2020-10-14Try newer version of hedge that hopefully builds on WindowsBrad Richardson
2020-10-14Try newer version of dependency to see if it builds on WindowsBrad Richardson
2020-10-14Add test for modules a program usesBrad Richardson
2020-10-14Clean up unit tests a bitBrad Richardson
2020-10-14Add test for program object file nameBrad Richardson
2020-10-14Add test for Program source file nameBrad Richardson
2020-10-14Finish first unit testBrad Richardson
2020-10-14stub out a unit testBrad Richardson
2020-10-14Better organize example packages and bootstrap testsBrad Richardson
2020-09-27Fix test build issue hapenning on WindowsBrad Richardson
2020-09-05Use different strategy to fetch git dependenciesSebastian Ehlert
- use init -> fetch -> checkout -qf instead of current clone [-> checkout] strategy
2020-07-25Propogate exit codes from tests and executablesBrad Richardson
2020-07-21Add a link to the test directoryOndřej Čertík
2020-07-21Update paths in package.yamlOndřej Čertík
2020-07-21Move Haskell based version to bootstrap/Ondřej Čertík