Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | . | Kartik Agaram | 2019-07-03 | 1 | -10/+6 |
| | | | | Revert a bad merge. | ||||
* | updates to survey - part of compute-offsets implemented | nc | 2019-07-03 | 1 | -7/+11 |
| | |||||
* | . | Kartik Agaram | 2019-07-01 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | When rerunning most recently run test, also load the same files as before. Try the following commands in sequence: $ ./run_one_test.sh 056trace.subx test-compute-addresses # 1 0 error: missing reference to global 'test-compute-addresses' $ ./run_one_test.sh apps/survey.subx test-compute-addresses # 2 $ ./run_one_test.sh 056trace.subx trace # run previous test # 3 Now command 3 will work, and it will behave identically to command 2. This way I can switch to another file in Vim and hit `\t` in a random place in the file and still have the previously run test be rerun. | ||||
* | . | Kartik Agaram | 2019-07-01 | 1 | -1/+3 |
| | |||||
* | . | Kartik Agaram | 2019-07-01 | 1 | -7/+1 |
| | |||||
* | . | Kartik Agaram | 2019-07-01 | 1 | -7/+2 |
| | | | | | Simplify run_one_test.sh. We already create /tmp/run_one_test.subx, we don't need to track more state across runs. | ||||
* | support `CFLAGS=-g ./run_one_test.sh ...` | Kartik Agaram | 2019-06-17 | 1 | -2/+3 |
| | |||||
* | . | Kartik Agaram | 2019-06-12 | 1 | -1/+8 |
| | | | | Fix a bug when running tests singly in the 'SubX standard library'. | ||||
* | . | Kartik Agaram | 2019-06-11 | 1 | -0/+1 |
| | |||||
* | rerun most recent test if cursor not in a test | Kartik Agaram | 2019-06-11 | 1 | -1/+13 |
| | |||||
* | new Vim convenience macro | Kartik Agaram | 2019-06-11 | 1 | -0/+7 |
Runs test under cursor and opens its trace. |