summaryrefslogtreecommitdiffstats
path: root/tests/rdf_test.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-05-01 04:01:04 +0000
committerDavid Robillard <d@drobilla.net>2007-05-01 04:01:04 +0000
commitc5eb1148b99cf88555c0a516e1218bdb74ab0080 (patch)
tree4f72d46c43ff7fe39ebce3bd39911c3b09952868 /tests/rdf_test.cpp
parenta5ce2e3af283f3ffeb2d30a34546ceab0a84d702 (diff)
downloadraul-c5eb1148b99cf88555c0a516e1218bdb74ab0080.tar.gz
raul-c5eb1148b99cf88555c0a516e1218bdb74ab0080.tar.bz2
raul-c5eb1148b99cf88555c0a516e1218bdb74ab0080.zip
Converted Raul (and thus Ingen and Machina) to use Redland over Raptor/Rasqal independently.
Fixed patch loading for Ingen (local only, still something wrong with remote...). git-svn-id: http://svn.drobilla.net/lad/raul@486 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'tests/rdf_test.cpp')
-rw-r--r--tests/rdf_test.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/rdf_test.cpp b/tests/rdf_test.cpp
new file mode 100644
index 0000000..6e224cf
--- /dev/null
+++ b/tests/rdf_test.cpp
@@ -0,0 +1,8 @@
+#include <raul/RDFModel.h>
+#include <raul/RDFQuery.h>
+
+int
+main()
+{
+ return 0;
+}