Skip to content

Commit

Permalink
deactivated new clock tests to commit reverted clock changes
Browse files Browse the repository at this point in the history
  • Loading branch information
niklwors authored and OpenModelica-Hudson committed May 6, 2016
1 parent a921a71 commit e3488b6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions openmodelica/cppruntime/Makefile
@@ -1,24 +1,23 @@
TEST = ../../rtest -v

TESTFILES = \
ClockInterval.mos \
tearnonlin1.mos \
WhenStatement1.mos \
BouncingBall.mos \
arraySliceTest.mos \
clockedEventTest.mos \
clockedSolverTest.mos \
clockedTypesTest.mos \
clockedTest.mos \
externalArrayInputTest.mos \
mathFunctionsTest.mos \
functionPointerTest.mos \
recordTupleReturnTest.mos \
solveTest.mos


FAILINGTESTFILES=

FAILINGTESTFILES= \
ClockInterval.mos \
clockedTest.mos \
# Dependency files that are not .mo .mos or Makefile
# Add them here or they will be cleaned.
DEPENDENCIES = \
Expand Down

0 comments on commit e3488b6

Please sign in to comment.