about summary refs log tree commit diff stats
path: root/cpp/001test
Commit message (Collapse)AuthorAgeFilesLines
* 1132Kartik K. Agaram2015-04-221-135/+0
|
* 1131Kartik K. Agaram2015-04-221-9/+9
|
* 1130Kartik K. Agaram2015-04-221-4/+4
|
* 1128Kartik K. Agaram2015-04-221-20/+36
| | | | | | Reorganized commandline handling to perform test space assertion in just one place at the right layer. Hopefully this issue will not bite us again.
* 1127Kartik K. Agaram2015-04-221-0/+1
| | | | | | | | | | Move assertions about test space right before running all tests. (But not before running *every* test.) This is a good trip-wire, but it requires that we remember to set it in any new code paths running tests. Still one wart: layer 1 depends on layer 10.
* 1126 - 'mu test x.mu' runs just scenarios in x.muKartik K. Agaram2015-04-221-0/+2
| | | | | | | Required still more tweaking of Recipe namespaces. Mindlessly inserting setup() took a couple of hours to debug because the test function and the function it was testing ended up getting the same recipe number, with the inevitable infinite loop :/
* 1124Kartik K. Agaram2015-04-221-1/+5
|
* 1122 - another potential out of bounds accessKartik K. Agaram2015-04-221-2/+6
| | | | | My methodology of tracing and testing isn't intended to eliminate undefined behavior. But mu will, eventually.
* 1027 - reorg includesKartik K. Agaram2015-04-061-0/+6
|
* 1026Kartik K. Agaram2015-04-061-2/+0
|
* 1024 - basic skeleton for running scenariosKartik K. Agaram2015-04-061-0/+1
| | | | For now every scenario parses to the same dummy scenario.
* 946 - selectively run just some testsKartik K. Agaram2015-03-171-12/+34
|
* 921Kartik K. Agaram2015-03-141-5/+5
|
* 784 - persist traces in literate versionKartik K. Agaram2015-02-191-0/+2
|
* 782 - promote literate version to canonical C++ versionKartik K. Agaram2015-02-181-0/+79