summaryrefslogtreecommitdiff
path: root/runMDDManasTest.mos
diff options
context:
space:
mode:
Diffstat (limited to 'runMDDManasTest.mos')
-rw-r--r--runMDDManasTest.mos11
1 files changed, 11 insertions, 0 deletions
diff --git a/runMDDManasTest.mos b/runMDDManasTest.mos
new file mode 100644
index 0000000..9d424a6
--- /dev/null
+++ b/runMDDManasTest.mos
@@ -0,0 +1,11 @@
+loadModel(Modelica);
+getErrorString();
+
+loadFile("/home/siddharth/Downloads/Modelica_DeviceDrivers/Modelica_DeviceDrivers/package.mo");
+getErrorString();
+
+loadFile("/home/siddharth/Modelica-H-I-L-Tasks/ManasTestModel.mo");
+getErrorString();
+
+translateModel(ManasTestModel, fileNamePrefix="ManasTest");
+getErrorString();