summaryrefslogtreecommitdiffstats
path: root/tests/calendar.fbs
diff options
context:
space:
mode:
authorAaron Seigo <aseigo@kde.org>2014-12-05 09:17:46 +0100
committerAaron Seigo <aseigo@kde.org>2014-12-05 09:17:46 +0100
commit767312e2063f4e58af3de0f27aba52de49e14295 (patch)
tree8375b55e3496ece33f59de486f3354d731b6bc1e /tests/calendar.fbs
parent2b4e5743cca6a59e6e1a32b03863bf5ec4a4c30f (diff)
downloadsink-767312e2063f4e58af3de0f27aba52de49e14295.tar.gz
sink-767312e2063f4e58af3de0f27aba52de49e14295.zip
major reorg that puts Storage (previously Database) into common
there is now a top-level tests dir, and a compile time switch for lmdb vs kyotocabinet
Diffstat (limited to 'tests/calendar.fbs')
-rw-r--r--tests/calendar.fbs12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/calendar.fbs b/tests/calendar.fbs
new file mode 100644
index 0000000..203ee43
--- /dev/null
+++ b/tests/calendar.fbs
@@ -0,0 +1,12 @@
1// example IDL file
2
3namespace Calendar;
4
5table Event {
6 summary:string;
7 description:string;
8 attachment:[byte];
9}
10
11root_type Event;
12file_identifier "AKFB";