summaryrefslogtreecommitdiffstats
path: root/test/src/test-bindings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/test-bindings.cpp')
-rw-r--r--test/src/test-bindings.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/src/test-bindings.cpp b/test/src/test-bindings.cpp
new file mode 100644
index 0000000..6932f67
--- /dev/null
+++ b/test/src/test-bindings.cpp
@@ -0,0 +1,11 @@
+/* make sure they compile! */
+#include "bindings/swig/wrapped/WrappedDataModel.h"
+#include "bindings/swig/wrapped/WrappedExecutableContent.h"
+#include "bindings/swig/wrapped/WrappedInterpreterMonitor.h"
+#include "bindings/swig/wrapped/WrappedInvoker.h"
+#include "bindings/swig/wrapped/WrappedIOProcessor.h"
+
+
+int main() {
+ return 0;
+} \ No newline at end of file