summaryrefslogtreecommitdiffstats
path: root/tests/rdf_test.cpp
diff options
context:
space:
mode:
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;
+}