# List of regression tests # # Teset for cwm command line features # # Note: Command lines must be for running in the directory above. # @prefix : <#>. @prefix x: <#>. @prefix test: . @prefix dc: . # yuk - under protest - no hash :cwm001 a test:CwmTest; test:referenceOutput ; test:addressesProblemRaisedBy <>; test:description "Testing the RETE with cwm builtins"; test:arguments """rete/sum.n3 --rete""". :cwm002 a test:CwmTest; test:referenceOutput ; test:addressesProblemRaisedBy <>; test:description "Simple n-triples test"; test:arguments """rete/simple.n3 --rete""". #ends