aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/main.cpp
diff options
context:
space:
mode:
authorReinUsesLisp <[email protected]>2018-08-23 04:59:57 -0300
committerReinUsesLisp <[email protected]>2018-08-23 04:59:57 -0300
commit5cfa8aa6ab22157045348a25504c05bef4886abf (patch)
treeb924835078158d8c564e811df0a096ad799e1672 /tests/main.cpp
downloadsirit-5cfa8aa6ab22157045348a25504c05bef4886abf.tar.gz
sirit-5cfa8aa6ab22157045348a25504c05bef4886abf.zip
aloha
Diffstat (limited to 'tests/main.cpp')
-rw-r--r--tests/main.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/main.cpp b/tests/main.cpp
new file mode 100644
index 0000000..c5c520f
--- /dev/null
+++ b/tests/main.cpp
@@ -0,0 +1,11 @@
+/* This file is part of the sirit project.
+ * Copyright (c) 2018 ReinUsesLisp
+ * This software may be used and distributed according to the terms of the GNU
+ * General Public License version 2 or any later version.
+ */
+
+#include <sirit/sirit.h>
+
+int main(int argc, char **argv) {
+ return 0;
+}