Latest Code

This commit is contained in:
Dobie Wollert
2015-04-06 03:28:20 -04:00
parent 966152a631
commit d3089dcd17
105 changed files with 8731 additions and 96 deletions

19
node_modules/strong-store-cluster/Makefile generated vendored Normal file
View File

@ -0,0 +1,19 @@
# Makefile
-include local.mk
.PHONY: test default
default: test
test:
@npm test
jenkins-build: jenkins-install jenkins-test
jenkins-install:
npm install
jenkins-test:
./node_modules/.bin/mocha --timeout 5000 --slow 1000 --ui tdd --reporter xunit > xunit.xml