Skip to content

Commit

Permalink
reactivated two clock tests
Browse files Browse the repository at this point in the history
  • Loading branch information
niklwors committed May 3, 2016
1 parent 9e00f4a commit ee55e3f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions openmodelica/cppruntime/Makefile
Expand Up @@ -8,16 +8,17 @@ BouncingBall.mos \
arraySliceTest.mos \
clockedEventTest.mos \
clockedSolverTest.mos \
clockedTypesTest.mos \
clockedTest.mos \
externalArrayInputTest.mos \
mathFunctionsTest.mos \
functionPointerTest.mos \
recordTupleReturnTest.mos \
solveTest.mos


FAILINGTESTFILES= \
clockedTypesTest.mos \
clockedTest.mos
FAILINGTESTFILES=

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

0 comments on commit ee55e3f

Please sign in to comment.