Skip to content

Commit

Permalink
Disable BouncingBall_mcp_omp.mos
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed May 28, 2015
1 parent 9ae7723 commit 5824e7b
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions openmodelica/cppruntime/hpcom/Makefile
@@ -1,20 +1,16 @@
TEST = ../../../rtest -v

TESTFILES = \
BouncingBall_mcp_omp.mos \
Modelica.Electrical.Spice3.Examples.CoupledInductors_level.mos \
Modelica.Electrical.Analog.Examples.CauerLowPassSC_level_omp.mos \
Modelica.Electrical.Analog.Examples.CauerLowPassSC_levelfix_memory.mos


TESTFILES_ALL = \
Modelica.Electrical.Analog.Examples.CauerLowPassSC_level_omp.mos \
TESTFILES_ALL = $(TESTFILES) \
Modelica.Electrical.Analog.Examples.CauerLowPassSC_levelfix.mos \
Modelica.Electrical.Analog.Examples.CauerLowPassSC_levelfix_memory.mos \
Modelica.Electrical.Analog.Examples.CauerLowPassSC_tbb.mos \
BouncingBall_mcp_omp.mos \
BouncingBall_levelfix_pthreads.mos \
Modelica.Electrical.Spice3.Examples.CoupledInductors_level.mos \
Modelica.Electrical.Spice3.Examples.CoupledInductors_list_omp.mos \
Modelica.Electrical.Spice3.Examples.CoupledInductors_listr_omp.mos \
Modelica.Electrical.Spice3.Examples.CoupledInductors_list_pthreads.mos \
Expand Down Expand Up @@ -59,7 +55,7 @@ testAll:
@echo OPENMODELICAHOME=" $(OPENMODELICAHOME) "
@$(TEST) $(TESTFILES_ALL)

# Cleans all files that are not listed as dependencies
# Cleans all files that are not listed as dependencies
clean :
@echo $(DEPENDENCIES) | sed 's/ /\\|/g' > deps.tmp
@rm -f $(CLEAN)
Expand All @@ -68,11 +64,11 @@ clean :
# do it after cleaning and updating the folder
# then you can get a list of file names (which must be dependencies
# since you got them from repository + your own new files)
# then add them to the DEPENDENCIES. You can find the
# then add them to the DEPENDENCIES. You can find the
# list in deps.txt
getdeps:
getdeps:
@echo $(DEPENDENCIES) | sed 's/ /\\|/g' > deps.tmp
@echo $(CLEAN) | sed -r 's/deps.txt|deps.tmp//g' | sed 's/ / \\\n/g' > deps.txt
@echo $(CLEAN) | sed -r 's/deps.txt|deps.tmp//g' | sed 's/ / \\\n/g' > deps.txt
@echo Dependency list saved in deps.txt.
@echo Copy the list from deps.txt and add it to the Makefile @DEPENDENCIES

Expand Down

0 comments on commit 5824e7b

Please sign in to comment.