diff options
author | Ayke van Laethem <[email protected]> | 2019-09-21 20:08:43 +0200 |
---|---|---|
committer | Ayke <[email protected]> | 2019-09-24 18:16:43 +0200 |
commit | 4ea1559d46d63c0021bcce72fac0bcdbd27d8d3e (patch) | |
tree | 5514b011e55fe590fa936371336947e49faa4604 /.circleci | |
parent | da7f7eef0087e456bb5b0ecf7e73b63903b8b93d (diff) | |
download | tinygo-4ea1559d46d63c0021bcce72fac0bcdbd27d8d3e.tar.gz tinygo-4ea1559d46d63c0021bcce72fac0bcdbd27d8d3e.zip |
interp: add basic test to interp package
More tests should be added in the future, but this is a start.
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index c22bc8bed..0822ddcee 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: |