summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/preproc_include_runme.py
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/python/preproc_include_runme.py')
-rw-r--r--Examples/test-suite/python/preproc_include_runme.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/Examples/test-suite/python/preproc_include_runme.py b/Examples/test-suite/python/preproc_include_runme.py
new file mode 100644
index 000000000..e15606581
--- /dev/null
+++ b/Examples/test-suite/python/preproc_include_runme.py
@@ -0,0 +1,11 @@
+import preproc_include
+
+if preproc_include.multiply10(10) != 100:
+ raise RuntimeError
+
+if preproc_include.multiply20(10) != 200:
+ raise RuntimeError
+
+if preproc_include.multiply30(10) != 300:
+ raise RuntimeError
+