UNPKG

jsbsim.js

Version:

JSBSim flight dynamics model ported to JavaScript

16 lines (13 loc) 294 B
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