diff options
author | Eduardo Julian | 2019-04-26 23:15:03 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-04-26 23:15:03 -0400 |
commit | ff384c379036d790e32f419da39b1d524a1d89fe (patch) | |
tree | f417c476bf3172b8eaa4577f99c3320a7a387570 /new-luxc/source | |
parent | 28bdf77ac0619ee8a21d94d6039b1d7483cac37f (diff) |
Ported common extensions tests.
Diffstat (limited to 'new-luxc/source')
-rw-r--r-- | new-luxc/source/test/program.lux | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/new-luxc/source/test/program.lux b/new-luxc/source/test/program.lux index 48cbd3aef..5600c323d 100644 --- a/new-luxc/source/test/program.lux +++ b/new-luxc/source/test/program.lux @@ -18,14 +18,14 @@ ["." structure] ["." reference] ["." case] - ["." function]]]] + ["." function] + ["." common]]]] {1 ["." /]} ## [test ## [luxc ## [lang ## [translation - ## ## ["_.T" common] ## ## ["_.T" jvm] ## ## ["_.T" js] ## ## ["_.T" lua] @@ -46,6 +46,7 @@ (reference.spec runner definer) (case.spec runner) (function.spec runner) + (common.spec runner) )) (program: args |