interp: add basic test to interp package

More tests should be added in the future, but this is a start.
This commit is contained in:
Ayke van Laethem
2019-09-21 20:08:43 +02:00
committed by Ayke
parent da7f7eef00
commit 4ea1559d46
5 changed files with 162 additions and 2 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ commands:
- go-cache-v2-{{ checksum "go.mod" }}
- llvm-source-linux
- run: go install .
- run: go test -v ./transform .
- run: go test -v ./interp ./transform .
- run: make gen-device -j4
- run: make smoketest RISCV=0
- save_cache: