Skip to content

Commit

Permalink
~ rename /ShExR/ShExV/
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Prud'hommeaux committed Jan 9, 2017
1 parent 101d7f5 commit 3920b34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ SPARQLTests: test.js ../lib/jsg.js
(ls *.json | grep -v in.json | xargs \
../../../jsg/lib/cli.js -l ../../../jsg/test/SPARQL.jsg))

ShExTests: ShExJTests ShExRTests
ShExTests: ShExJTests ShExVTests

ShExJTests: test.js ../lib/jsg.js
(cd ../../shexSpec/shexTest ; \
(ls schemas/*.json | grep -v coverage.json | xargs \
../../jsg/lib/cli.js doc/ShExJ.jsg))

ShExRTests: test.js ../lib/jsg.js
ShExVTests: test.js ../lib/jsg.js
(cd ../../shexSpec/shexTest ; \
../../jsg/lib/cli.js doc/ShExR.jsg validation/*.val)
../../jsg/lib/cli.js doc/ShExV.jsg validation/*.val)

0 comments on commit 3920b34

Please sign in to comment.