diff options
author | David Robillard <d@drobilla.net> | 2023-04-03 09:00:16 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-04-05 09:45:15 -0400 |
commit | b135f1d556f3f03c0369efd710b06c5ded728ef9 (patch) | |
tree | 54f7a66680f187fa23ba9808d880fab8a01c439a /test/extra/perfect/manifest.ttl | |
parent | 1ef9b34389da01bc9ea3a4edaef0cf8dde63eaea (diff) | |
download | serd-b135f1d556f3f03c0369efd710b06c5ded728ef9.tar.gz serd-b135f1d556f3f03c0369efd710b06c5ded728ef9.tar.bz2 serd-b135f1d556f3f03c0369efd710b06c5ded728ef9.zip |
Move big test cases to a separate suite
Diffstat (limited to 'test/extra/perfect/manifest.ttl')
-rw-r--r-- | test/extra/perfect/manifest.ttl | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/test/extra/perfect/manifest.ttl b/test/extra/perfect/manifest.ttl index f0829847..572f55f2 100644 --- a/test/extra/perfect/manifest.ttl +++ b/test/extra/perfect/manifest.ttl @@ -6,9 +6,6 @@ a mf:Manifest ; rdfs:comment "Serd perfect (reversible) test suite" ; mf:entries ( - <#test-10000-objects> - <#test-10000-predicates> - <#test-10000-subjects> <#test-backspace-escape> <#test-decimal> <#test-delete-escape> @@ -27,24 +24,6 @@ <#test-utf8-uri> ) . -<#test-10000-objects> - a rdft:TestTurtleEval ; - mf:action <test-10000-objects.ttl> ; - mf:name "test-10000-objects" ; - mf:result <test-10000-objects.nt> . - -<#test-10000-predicates> - a rdft:TestTurtleEval ; - mf:action <test-10000-predicates.ttl> ; - mf:name "test-10000-predicates" ; - mf:result <test-10000-predicates.nt> . - -<#test-10000-subjects> - a rdft:TestTurtleEval ; - mf:action <test-10000-subjects.ttl> ; - mf:name "test-10000-subjects" ; - mf:result <test-10000-subjects.nt> . - <#test-backspace-escape> a rdft:TestTurtleEval ; mf:action <test-backspace-escape.ttl> ; |