summaryrefslogtreecommitdiffstats
path: root/test/src/test-bindings.cpp
blob: 6932f67ebc8e5b107b86405d3bc303faaee0910d (plain)
1
2
3
4
5
6
7
8
9
10
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;
}