Skip to content

Commit

Permalink
Ensure that compiler lookup works and not just that transpilation wor…
Browse files Browse the repository at this point in the history
…ks (#2922)

Test compilers lookup
  • Loading branch information
ScottFreeCode committed Aug 2, 2017
1 parent 82d879f commit 13b8340
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Makefile
Expand Up @@ -74,9 +74,15 @@ test-integration:

test-compilers:
@printf "==> [Test :: Compilers]\n"
$(call test_node,compilers) --compilers coffee:coffee-script/register,foo:./test/compiler/foo \
test/compiler/test.coffee \
test/compiler/test.foo
$(call test_node,compilers-coffee) --compilers coffee:coffee-script/register \
test/compiler

$(call test_node,compilers-custom) --compilers foo:./test/compiler-fixtures/foo \
test/compiler

$(call test_node,compilers-multiple) \
--compilers coffee:coffee-script/register,foo:./test/compiler-fixtures/foo \
test/compiler

test-requires:
@printf "==> [Test :: Requires]\n"
Expand Down
File renamed without changes.

0 comments on commit 13b8340

Please sign in to comment.