Skip to content

Commit

Permalink
Ensure that compiler lookup works and not just that transpilation works
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottFreeCode committed Aug 1, 2017
1 parent 82d879f commit 12be8db
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
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 12be8db

Please sign in to comment.