summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorFrancois Perrad <francois.perrad@gadz.org>2010-10-25 16:27:36 +0200
committerFrancois Perrad <francois.perrad@gadz.org>2010-10-25 16:27:36 +0200
commitd0c88c5bbcff93c66805a1df9b1f8318eba04b9b (patch)
treef6a2f4fe07329d6245aa0bed7ca8b3301d0f3993 /apps
parenttypo (diff)
downloadapi-description-d0c88c5bbcff93c66805a1df9b1f8318eba04b9b.tar.gz
add an infrastructure (Makefile based)
Diffstat (limited to '')
-rw-r--r--apps/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/Makefile b/apps/Makefile
new file mode 100644
index 0000000..9f46b1e
--- /dev/null
+++ b/apps/Makefile
@@ -0,0 +1,14 @@
+
+VALIDATOR := perl ../utils/validator.pl --schema spore_validation.rx --description
+
+check: spore_validation.rx
+ @$(VALIDATOR) couchdb.json
+ @$(VALIDATOR) presque.json
+
+test: check
+
+spore_validation.rx:
+ wget http://github.com/SPORE/specifications/raw/master/spore_validation.rx
+
+clean:
+ -rm spore_validation.rx