--- a/syntheticPatients/Makefile Tue Nov 09 15:06:51 2010 -0500
+++ b/syntheticPatients/Makefile Thu Dec 16 11:08:50 2010 -0800
@@ -50,21 +50,21 @@
#$(error TMOLIST: $(TMOLIST))
mbox_%: AD_PCHR_%-tmo.trig tests/email_%.srt
- $(SPARQL) -qd $(word 1, $^) -e 'PREFIX foaf: <http://xmlns.com/foaf/0.1/> SELECT ?mbox { ?s foaf:mbox ?mbox }' --compare $(word 2, $^) || echo $<\(0\): error !mbox
+ @$(SPARQL) -qd $(word 1, $^) -e 'PREFIX foaf: <http://xmlns.com/foaf/0.1/> SELECT ?mbox { ?s foaf:mbox ?mbox }' --compare $(word 2, $^) || echo $<\(0\): error !mbox
q1_%: AD_PCHR_%-tmo.trig tests/q1.rq tests/q1_%.srt
- $(SPARQL) -qg pchr $(word 1, $^) $(word 2, $^) --compare $(word 3, $^) || echo $<:0: error: data\\n$(word 2, $^):0: note: query\\n$(word 3, $^):0: note: expected results
+ @$(SPARQL) -qg pchr $(word 1, $^) $(word 2, $^) --compare $(word 3, $^) || echo $<:0: error: data\\n$(word 2, $^):0: note: query\\n$(word 3, $^):0: note: expected results
q4_%: AD_PCHR_%-tmo.trig tests/q4.rq tests/q4_%.srt
- $(SPARQL) -qg pchr $(word 1, $^) $(word 2, $^) --compare $(word 3, $^) || echo $<:0: error: data\\n$(word 2, $^):0: note: query\\n$(word 3, $^):0: note: expected results
+ @$(SPARQL) -qg pchr $(word 1, $^) $(word 2, $^) --compare $(word 3, $^) || echo $<:0: error: data\\n$(word 2, $^):0: note: query\\n$(word 3, $^):0: note: expected results
q6_%: AD_PCHR_%-tmo.trig tests/q6.rq tests/q6_%.srt
- $(SPARQL) -qd $(word 1, $^) $(word 2, $^) --compare $(word 3, $^) || echo $<:0: error: data\\n$(word 2, $^):0: note: query\\n$(word 3, $^):0: note: expected results
+ @$(SPARQL) -qd $(word 1, $^) $(word 2, $^) --compare $(word 3, $^) || echo $<:0: error: data\\n$(word 2, $^):0: note: query\\n$(word 3, $^):0: note: expected results
q8_%: AD_PCHR_%-tmo.trig tests/q8.rq tests/q8_%.srt
- $(SPARQL) -qg pchr $(word 1, $^) $(word 2, $^) --compare $(word 3, $^) || echo $<:0: error: data\\n$(word 2, $^):0: note: query\\n$(word 3, $^):0: note: expected results
+ @$(SPARQL) -qg pchr $(word 1, $^) $(word 2, $^) --compare $(word 3, $^) || echo $<:0: error: data\\n$(word 2, $^):0: note: query\\n$(word 3, $^):0: note: expected results
-test: all $(MBOXES) $(Q1S) $(Q4S) $(Q6S)
+test: all $(MBOXES) $(Q1S) $(Q4S) $(Q6S) $(Q8S)
clean:
rm -f *-indivo.xml *-tmo.trig