Changeset 2f849cef in OpenModelica


Ignore:
Timestamp:
2021-11-25T13:11:56+01:00 (2 years ago)
Author:
GitHub <noreply@…>
Branches:
maintenance/v1.19, maintenance/v1.20, maintenance/v1.21, maintenance/v1.22, maintenance/v1.23, master, omlib-staging
Children:
dc7de090
Parents:
7e7e9293
git-author:
Mahder Gebremedhin <mahge@…> (11/25/21 13:11:56)
git-committer:
GitHub <noreply@…> (11/25/21 13:11:56)
Message:

Add test for #8166. (#8223)

  • The test uses the OF to be consistent with the other tests.
Location:
testsuite/simulation/modelica/commonSubExp
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • testsuite/simulation/modelica/commonSubExp/Makefile

    r83ebb9b r2f849cef  
    2626comSubExp1.mos \
    2727ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump1.mos \
     28wrapFunctionCalls_enums_8166.mos \
    2829wrapFunctionCalls1.mos \
    2930wrapFunctionCalls2.mos \
     
    4142wrapFunctionCalls14.mos \
    4243
    43 # test that currently fail. Move up when fixed. 
     44# test that currently fail. Move up when fixed.
    4445# Run make testfailing
    4546FAILINGTESTFILES=  \
     
    6869  @echo OPENMODELICAHOME=" $(OPENMODELICAHOME) "
    6970  @$(TEST) $(TESTFILES)
    70  
    71 # Cleans all files that are not listed as dependencies 
     71
     72# Cleans all files that are not listed as dependencies
    7273clean :
    7374  @echo $(DEPENDENCIES) | sed 's/ /\\|/g' > deps.tmp
     
    7879# then you can get a list of file names (which must be dependencies
    7980# since you got them from repository + your own new files)
    80 # then add them to the DEPENDENCIES. You can find the 
    81 # list in deps.txt 
    82 getdeps: 
     81# then add them to the DEPENDENCIES. You can find the
     82# list in deps.txt
     83getdeps:
    8384  @echo $(DEPENDENCIES) | sed 's/ /\\|/g' > deps.tmp
    84   @echo $(CLEAN) | sed -r 's/deps.txt|deps.tmp//g' | sed 's/ / \\\n/g' > deps.txt 
     85  @echo $(CLEAN) | sed -r 's/deps.txt|deps.tmp//g' | sed 's/ / \\\n/g' > deps.txt
    8586  @echo Dependency list saved in deps.txt.
    8687  @echo Copy the list from deps.txt and add it to the Makefile @DEPENDENCIES
Note: See TracChangeset for help on using the changeset viewer.