about summary refs log tree commit diff stats
path: root/subx/run_one_test.sh
Commit message (Collapse)AuthorAgeFilesLines
* .Kartik Agaram2019-07-031-10/+6
| | | | Revert a bad merge.
* updates to survey - part of compute-offsets implementednc2019-07-031-7/+11
|
* .Kartik Agaram2019-07-011-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 Agaram2019-07-011-1/+3
|
* .Kartik Agaram2019-07-011-7/+1
|
* .Kartik Agaram2019-07-011-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 Agaram2019-06-171-2/+3
|
* .Kartik Agaram2019-06-121-1/+8
| | | | Fix a bug when running tests singly in the 'SubX standard library'.
* .Kartik Agaram2019-06-111-0/+1
|
* rerun most recent test if cursor not in a testKartik Agaram2019-06-111-1/+13
|
* new Vim convenience macroKartik Agaram2019-06-111-0/+7
Runs test under cursor and opens its trace.