summaryrefslogtreecommitdiff
path: root/runMDDManasTest
diff options
context:
space:
mode:
Diffstat (limited to 'runMDDManasTest')
-rw-r--r--runMDDManasTest11
1 files changed, 11 insertions, 0 deletions
diff --git a/runMDDManasTest b/runMDDManasTest
new file mode 100644
index 0000000..a8e7947
--- /dev/null
+++ b/runMDDManasTest
@@ -0,0 +1,11 @@
+loadModel(Modelica);
+getErrorString();
+
+loadFile("/home/siddharth/Modelica_HIL_Tasks/Modelica_DeviceDrivers/Modelica_DeviceDrivers/package.mo");
+getErrorString();
+
+loadFile("/home/siddharth/OpenModelica-Arduino/Arduino.mo");
+getErrorString();
+
+translateModel(Arduino.SerialCommunication.MDD_Examples.MDD_led.MDD_led_blue_red, fileNamePrefix="led_blue_red");
+getErrorString();