Skip to content

Commit 7653919

Browse files
committed
Do not instantiate PlanarMechanics
1 parent 1cc7d08 commit 7653919

File tree

1 file changed

+10
-11
lines changed
  • flattening/libraries/3rdParty/PlanarMechanics

1 file changed

+10
-11
lines changed

flattening/libraries/3rdParty/PlanarMechanics/Makefile

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
TEST = ../../../../rtest -v
22

33
TESTFILES = \
4-
instantiatePlanarMechanicsForTesting.mos \
5-
checkPlanarMechanicsForTesting.mos
4+
checkPlanarMechanicsForTesting.mos
65

7-
# test that currently fail. Move up when fixed.
6+
# test that currently fail. Move up when fixed.
87
# Run make testfailing
98
FAILINGTESTFILES= \
109

@@ -15,8 +14,8 @@ FAILINGTESTFILES= \
1514
DEPENDENCIES = \
1615
*.mo \
1716
*.mos \
18-
Makefile
19-
17+
Makefile
18+
2019

2120
CLEAN = `ls | grep -w -v -f deps.tmp`
2221

@@ -29,7 +28,7 @@ test :
2928
@echo OPENMODELICAHOME=" $(OPENMODELICAHOME) "
3029
@$(TEST) $(TESTFILES)
3130

32-
# Cleans all files that are not listed as dependencies
31+
# Cleans all files that are not listed as dependencies
3332
clean :
3433
@echo $(DEPENDENCIES) | sed 's/ /\\|/g' > deps.tmp
3534
@rm -f $(CLEAN)
@@ -38,14 +37,14 @@ clean :
3837
# do it after cleaning and updating the folder
3938
# then you can get a list of file names (which must be dependencies
4039
# since you got them from repository + your own new files)
41-
# then add them to the DEPENDENCIES. You can find the
42-
# list in deps.txt
43-
getdeps:
40+
# then add them to the DEPENDENCIES. You can find the
41+
# list in deps.txt
42+
getdeps:
4443
@echo $(DEPENDENCIES) | sed 's/ /\\|/g' > deps.tmp
45-
@echo $(CLEAN) | sed -r 's/deps.txt|deps.tmp//g' | sed 's/ / \\\n/g' > deps.txt
44+
@echo $(CLEAN) | sed -r 's/deps.txt|deps.tmp//g' | sed 's/ / \\\n/g' > deps.txt
4645
@echo Dependency list saved in deps.txt.
4746
@echo Copy the list from deps.txt and add it to the Makefile @DEPENDENCIES
48-
47+
4948
failingtest :
5049
@echo
5150
@echo Running failing tests...

0 commit comments

Comments
 (0)