File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 2222test : build
2323 busted
2424
25+
26+ build_test_outputs : build
27+ BUILD=1 busted spec/lang_spec.moon
28+
2529local : build
2630 LUA_PATH=' $(LUA_PATH_MAKE)' LUA_CPATH=' $(LUA_CPATH_MAKE)' $(LUAROCKS ) make --local moonscript-dev-1.rockspec
2731
Original file line number Diff line number Diff line change @@ -44,13 +44,3 @@ describe "moonscript.base", ->
4444` with_dev ` 's require function will load the ` .lua ` files in the local
4545directory, not the ` moon ` ones. You're responsible for compiling them first
4646before running the tests.
47-
48- You might do
49-
50- ``` bash
51- $ make compile_system; busted
52- ```
53-
54- > ` make compile_system ` is a makefile task included in the repo that will build
55- > MoonScript in the current directory with the version installed to the system
56-
You can’t perform that action at this time.
0 commit comments