summaryrefslogtreecommitdiffstats
path: root/test/manifest.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-01-04 21:03:42 +0000
committerDavid Robillard <d@drobilla.net>2012-01-04 21:03:42 +0000
commit59b7cb60f0dcdd639ee4b130df9cbce3d7ebf04a (patch)
treef620184058830c46610456391f0352e9824ca52f /test/manifest.ttl
parent84ee3d3636f642df74cec72541416a387e730842 (diff)
downloadlilv-59b7cb60f0dcdd639ee4b130df9cbce3d7ebf04a.tar.gz
lilv-59b7cb60f0dcdd639ee4b130df9cbce3d7ebf04a.tar.bz2
lilv-59b7cb60f0dcdd639ee4b130df9cbce3d7ebf04a.zip
Use platform specific shared library extension in test suite.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3917 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'test/manifest.ttl')
-rw-r--r--test/manifest.ttl7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/manifest.ttl b/test/manifest.ttl
deleted file mode 100644
index 5af7e88..0000000
--- a/test/manifest.ttl
+++ /dev/null
@@ -1,7 +0,0 @@
-@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-
-<http://example.org/lilv-test-plugin>
- a lv2:Plugin ;
- lv2:binary <test_plugin.so> ;
- rdfs:seeAlso <test_plugin.ttl> .