Skip to content

Commit

Permalink
deactivate failed tests (#3436)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfranke committed Sep 2, 2015
1 parent 591d54e commit b8ba104
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions flattening/libraries/3rdParty/siemens/Makefile
Expand Up @@ -2,7 +2,6 @@ TEST = ../../../../rtest -v

TESTFILES = \
translateFlueGasZones.mos \
translateHeatExchanger.mos \
translateJunctions.mos \
translatePipes.mos \
valve_test.mos \
Expand All @@ -11,7 +10,9 @@ valve_test.mos \
# test that currently fail. Move up when fixed.
# Run make testfailing
FAILINGTESTFILES= \
paralleFlowEVA_test.mos
paralleFlowEVA_test.mos \
translateHeatExchanger.mos \


# Dependency files that are not .mo .mos or Makefile
# Add them here or they will be cleaned.
Expand All @@ -34,7 +35,7 @@ test:
@echo
@echo OPENMODELICAHOME=" $(OPENMODELICAHOME) "
@$(TEST) $(TESTFILES)

# Cleans all files that are not listed as dependencies
clean :
@echo $(DEPENDENCIES) | sed 's/ /\\|/g' > deps.tmp
Expand Down
Expand Up @@ -21,5 +21,5 @@ translateModel(SiemensPower.Components.HeatExchanger.Tests.ParallelFlowEvaporato
// true
// ""
// true
// false
// true
// endResult

0 comments on commit b8ba104

Please sign in to comment.