aboutsummaryrefslogtreecommitdiff
path: root/test/Spec.hs
AgeCommit message (Collapse)Author
2020-10-14Better organize example packages and bootstrap testsBrad Richardson
2020-06-14Add support for Makefiles and generic build scriptsBrad Richardson
2020-06-02Add ability to specify which test or program to run and their argsBrad Richardson
2020-05-30Move example packages into test folderBrad Richardson
2020-05-29Impelement test/executable specific dependenciesBrad Richardson
- with the possibility of them being "circular", meaning if one of them depends on the current library, it will still work
2020-05-23Add path dependencies and a test to make sure it worksBrad Richardson
2020-04-29Remove the old example projectBrad Richardson
2020-04-29Create a complex project to testBrad Richardson
2020-04-29Enable running the tests without external callsBrad Richardson
2020-04-29Create simplest possible hello_world projectBrad Richardson
2020-04-29Simplify the testsBrad Richardson
2020-04-29Move test code out of src folderBrad Richardson
2020-02-28Test example_projectOndřej Čertík
2020-02-28Call someFunc from the testOndřej Čertík
2020-02-25Start with a new stack projectBrad Richardson