From d0c88c5bbcff93c66805a1df9b1f8318eba04b9b Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Mon, 25 Oct 2010 16:27:36 +0200 Subject: add an infrastructure (Makefile based) --- apps/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 apps/Makefile (limited to 'apps') 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 -- cgit v1.2.3