Skip to content

Commit be294d0

Browse files
authored
Merge pull request #241 from permaweb/feat/lua-ao-resolver
feat: AO-Core functionality in `~lua@5.3a`
2 parents 680ca4d + 7e44ecf commit be294d0

19 files changed

+1769
-2064
lines changed

rebar.config

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@
120120
[
121121
{shell, "--sname hb --setcookie hb-debug --eval hb_debugger:start()."}
122122
]
123+
},
124+
{'lua-test',
125+
[
126+
{eunit, "--module dev_lua_test"}
127+
]
123128
}
124129
]}.
125130

0 commit comments

Comments
 (0)