From b135f1d556f3f03c0369efd710b06c5ded728ef9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 3 Apr 2023 09:00:16 -0400 Subject: Move big test cases to a separate suite --- test/extra/big/manifest.ttl | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 test/extra/big/manifest.ttl (limited to 'test/extra/big/manifest.ttl') diff --git a/test/extra/big/manifest.ttl b/test/extra/big/manifest.ttl new file mode 100644 index 00000000..94f51670 --- /dev/null +++ b/test/extra/big/manifest.ttl @@ -0,0 +1,30 @@ +@prefix mf: . +@prefix rdfs: . +@prefix rdft: . + +<> + a mf:Manifest ; + rdfs:comment "Serd big test suite" ; + mf:entries ( + <#test-10000-objects> + <#test-10000-predicates> + <#test-10000-subjects> + ) . + +<#test-10000-objects> + a rdft:TestTurtleEval ; + mf:action ; + mf:name "test-10000-objects" ; + mf:result . + +<#test-10000-predicates> + a rdft:TestTurtleEval ; + mf:action ; + mf:name "test-10000-predicates" ; + mf:result . + +<#test-10000-subjects> + a rdft:TestTurtleEval ; + mf:action ; + mf:name "test-10000-subjects" ; + mf:result . -- cgit v1.2.1