Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 318 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 318 Bytes

CO Group Project

Running manual test cases

For testing the assembler, change to the 'Simple-Assembler' directory.
Then give the run file executable privileges by running:

$chmod +x run

Now you can start the assembler with:

$./run

Automated Testing

Use the automated testing framework.