Opened 8 years ago
Closed 8 years ago
#4086 closed discussion (fixed)
SaveTotalModel with external objects
Reported by: | Volker Waurich | Owned by: | Volker Waurich |
---|---|---|---|
Priority: | low | Milestone: | Future |
Component: | Testing Framework | Version: | |
Keywords: | Cc: | Adrian Pop, Martin Sjölund |
Description
Hi,
I wanted to add a test-case for #4062 that tests building of a model using Modelica_DerviceDrivers. This lib is not available on Hudson so I wanted to push a total model. Of course, resources are not stored with saveTotalModel.
Is it ok to add the resources to the testsuite directory including headers and binaries that are needed?
Thanks.
Change History (3)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Adding M_DD to the core libs would be great since this would simplify adding more tests.
I will consider the hint with the line numbers.
comment:3 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This ticket can be closed. Adding tests for MDD works to some extent.
Note:
See TracTickets
for help on using tickets.
No binaries are allowed in the test suite (they should ideally not be part of M_DD either...). Although you could possibly add User32, Winmm and Ws2_32 to ignored libraries for Hudson.
Adding the headers should be fine.
We could also add M_DD to the core libraries tested by OMC, but in that case you really need to make sure OMC does not produce warnings with line numbers in them since it makes OMC stop updating the libraries nightly if M_DD would change...