Also test assembly insturction generation with test-gen-dev

This commit is contained in:
Brendan Hansknecht 2021-11-09 09:28:25 -08:00
parent f42607a198
commit 6282fa0209

View File

@ -1,4 +1,4 @@
[alias]
test-gen-llvm = "test -p test_gen"
test-gen-dev = "test -p test_gen --no-default-features --features gen-dev"
test-gen-dev = "test -p roc_gen_dev -p test_gen --no-default-features --features gen-dev"
test-gen-wasm = "test -p test_gen --no-default-features --features gen-wasm"