This commit is contained in:
Kartik Agaram 2020-09-19 23:46:40 -07:00
parent 0e86b32a5e
commit a437a9d6a0
1 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
To run tests:
To run:
```
./translate_mu apps/tile/*.mu
./a.elf
```
To run tests:
```
./a.elf test
```