Changeset dd8cf84 in OpenModelica


Ignore:
Timestamp:
2021-01-20T19:01:10+01:00 (3 years ago)
Author:
Lennart Ochel <lennart.ochel@…>
Children:
6d4dc9bc
Parents:
765c6db
Message:

Remove fmi 1.0 from cpp testsuite

Location:
testsuite
Files:
8 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • testsuite/Makefile

    r765c6db rdd8cf84  
    2121cppruntime.log \
    2222cppruntimeHpcom.log \
    23 cppruntimeFMU1.log \
    2423cppruntimeFMU2.log \
    2524cppruntimeStaticLinking.log \
     
    414413  $(MAKE) -j1 -C openmodelica/cppruntime/omedit -f Makefile test  > $@
    415414  @echo $@ done
    416 cppruntimeFMU1.log: omc-diff
    417   $(MAKE) -j1 -C openmodelica/cppruntime/fmu/modelExchange/1.0 -f Makefile test  > $@
    418   @echo $@ done
    419415cppruntimeFMU2.log: omc-diff
    420416  $(MAKE) -j1 -C openmodelica/cppruntime/fmu/modelExchange/2.0 -f Makefile test  > $@
     
    656652  $(MAKE) -C openmodelica/cppruntime/hpcom -f Makefile clean
    657653  $(MAKE) -C openmodelica/cppruntime/omedit -f Makefile clean
    658   $(MAKE) -C openmodelica/cppruntime/fmu/modelExchange/1.0 -f Makefile clean
    659654  $(MAKE) -C openmodelica/cppruntime/fmu/modelExchange/2.0 -f Makefile clean
    660655  $(MAKE) -C openmodelica/cppruntime/staticLinking -f Makefile clean
Note: See TracChangeset for help on using the changeset viewer.