1.0.5 • Published 7 years ago
cs241-test v1.0.5
CS241 Test Script :ok_hand:
Installation
npm install -g cs241-testUsage
cs241-test [compiler] [testFile]
compileris the compiled version of c++/racket codetestFileis a single YAML file which contains all test cases
Example Usage
make
cs241-test ./asm test.yamlHow to create tests
CLICK HERE to see an example test.yaml file
Follow this exact template to create your own tests:
<testName>:
in: |-
<input here>
out: |
<output here>
error: true || false # default is false