Changeset 13279


Ignore:
Timestamp:
2012-10-09T19:03:38+02:00 (12 years ago)
Author:
perost
Message:
  • Move XML dumping tests to their own folder.
Location:
trunk/testsuite
Files:
2 added
2 edited
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/testsuite/Makefile

    r13244 r13279  
    4242simulationDrModelica.log \
    4343uncertainties.log \
    44 scodeinst.log
     44scodeinst.log \
     45xml.log
    4546
    4647SLOWLOGS = \
     
    305306scodeinst.log: omc-diff
    306307  $(MAKE) -C flattening/modelica/scodeinst -f Makefile test > $@
     308  @echo $@ done
     309xml.log: omc-diff
     310  $(MAKE) -C openmodelica/xml -f Makefile test > $@
    307311  @echo $@ done
    308312failingtest: omc-diff
     
    347351  $(MAKE) -C openmodelica/interactive-API -f Makefile clean
    348352  $(MAKE) -C openmodelica/interactive-simulation -f Makefile clean
     353  $(MAKE) -C openmodelica/xml -f Makefile clean
    349354  $(MAKE) -C flattening/modelica/msl -f Makefile clean
    350355  $(MAKE) -C mosfiles -f Makefile clean
  • trunk/testsuite/openmodelica/interactive-API/Makefile

    r13094 r13279  
    2525showDoc.mos \
    2626variables.mos \
    27 XmlDumpComment.mos
    2827
    2928# test that currently fail. Move up when fixed.
Note: See TracChangeset for help on using the changeset viewer.