Continuous integration testing support completed

This commit is contained in:
Robert Nelson
2013-12-08 04:38:44 -08:00
parent 5f30c67499
commit e8a2cd6621
7 changed files with 324 additions and 12 deletions

View File

@@ -31,11 +31,14 @@ lint:
@./scripts/lint.sh
bundle:
@browserify -d -r ./:openpgp > ./resources/openpgp.js
@browserify -d -r ./src/:openpgp > ./resources/openpgp.js
bundle-test:
@browserify -d -r ./test/test-all.js:test-bundle.js > ./test/test-bundle.js
bundle-ci-test:
@browserify -d -x openpgp -r ./test/ci-tests-all.js:ci-tests > ./test/lib/ci-tests-bundle.js
test:
@echo to be implemented
@echo Open test/index.html instead