UNPKG
jsbsim.js
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
JSBSim flight dynamics model ported to JavaScript
github.com/csbrandt/JSBSim.js
jsbsim.js
/
Makefile
16 lines
(13 loc)
•
294 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
MOCHA_OPTS
=
--check-leaks
REPORTER
=
spec test:
@NODE_ENV
=
test .
/
node_modules
/
.bin
/
mocha \
--reporter $(REPORTER) \
--timeout 15000 \
test
-
w:
@NODE_ENV
=
test .
/
node_modules
/
.bin
/
mocha \
--reporter $(REPORTER) \
--timeout 15000 \
--growl \
--watch
.PHONY: test test
-
w