diff options
| author | 2019-04-24 11:03:58 -0400 | |
|---|---|---|
| committer | 2019-04-24 11:03:58 -0400 | |
| commit | 4d9d7b5600ab615d68f671df5f8bc6c9fe4a5a09 (patch) | |
| tree | fe63c3525b2e14f12b4492f87d3e875c4dcec0e4 /frontends/calculator/CEdev/examples/fileio_factorize/autotester.badjson | |
| parent | 6152e965868f3e010c79d91ce3da0036758fda4d (diff) | |
| download | cetris-4d9d7b5600ab615d68f671df5f8bc6c9fe4a5a09.tar.gz cetris-4d9d7b5600ab615d68f671df5f8bc6c9fe4a5a09.tar.bz2 cetris-4d9d7b5600ab615d68f671df5f8bc6c9fe4a5a09.zip | |
add pause to curses, remove unfinished calculator frontend
Diffstat (limited to 'frontends/calculator/CEdev/examples/fileio_factorize/autotester.badjson')
| -rw-r--r-- | frontends/calculator/CEdev/examples/fileio_factorize/autotester.badjson | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/frontends/calculator/CEdev/examples/fileio_factorize/autotester.badjson b/frontends/calculator/CEdev/examples/fileio_factorize/autotester.badjson deleted file mode 100644 index 7381145..0000000 --- a/frontends/calculator/CEdev/examples/fileio_factorize/autotester.badjson +++ /dev/null @@ -1,37 +0,0 @@ -{
- "rom": "84pce_515.rom",
- "transfer_files": [
- "bin/DEMO.8xp"
- ],
- "target": {
- "name": "DEMO",
- "isASM": true
- },
- "sequence": [
- "action|launch", --> type input in Ans ; expect known output back in Ans
- "delay|500",
- "hash|1",
- "key|enter",
- "delay|200",
- "hash|2"
- ],
-
-******* Broken JSON TODO :
-******* implement autotester var handling feature *******
-
- "hashes": {
- "1": {
- "description": "Variable Ans is a list [TODO]",
- "start": "var_complex_B",
- "size": "var_size",
- "expected_CRCs": [ "" ]
- },
- "2": {
- "description": "Back to the home screen (exit check)",
- "start": "vram_start",
- "size": "vram_16_size",
- "expected_CRCs": [ "FFAF89BA", "101734A5", "9DA19F44" ]
- }
- }
-}
-
|