Skip to content

Commit 12be8db

Browse files
committed
Ensure that compiler lookup works and not just that transpilation works
1 parent 82d879f commit 12be8db

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

Makefile

+9-3
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,15 @@ test-integration:
7474

7575
test-compilers:
7676
@printf "==> [Test :: Compilers]\n"
77-
$(call test_node,compilers) --compilers coffee:coffee-script/register,foo:./test/compiler/foo \
78-
test/compiler/test.coffee \
79-
test/compiler/test.foo
77+
$(call test_node,compilers-coffee) --compilers coffee:coffee-script/register \
78+
test/compiler
79+
80+
$(call test_node,compilers-custom) --compilers foo:./test/compiler-fixtures/foo \
81+
test/compiler
82+
83+
$(call test_node,compilers-multiple) \
84+
--compilers coffee:coffee-script/register,foo:./test/compiler-fixtures/foo \
85+
test/compiler
8086

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

0 commit comments

Comments
 (0)