Skip to content

Commit 66cc505

Browse files
committed
minor makefile/spec tweaks
1 parent 1ba3456 commit 66cc505

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ show:
2222
test: build
2323
busted
2424

25+
26+
build_test_outputs: build
27+
BUILD=1 busted spec/lang_spec.moon
28+
2529
local: build
2630
LUA_PATH='$(LUA_PATH_MAKE)' LUA_CPATH='$(LUA_CPATH_MAKE)' $(LUAROCKS) make --local moonscript-dev-1.rockspec
2731

spec/README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,3 @@ describe "moonscript.base", ->
4444
`with_dev`'s require function will load the `.lua` files in the local
4545
directory, not the `moon` ones. You're responsible for compiling them first
4646
before 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-

0 commit comments

Comments
 (0)