duo-test
Version:
Duo's testing utility.
23 lines (15 loc) • 329 B
Plain Text
#
# we add `-c make` to duo-test(1)
# because we want duo to run `make`
# on refresh
#
T= ../../bin/duo-test -c make
build.js: test/test.js
@duo --stdout $< > build.js
test-browser:
@$(T) browser
test-phantomjs:
@$(T) phantomjs
test-saucelabs:
@$(T) saucelabs -b safari:6..7