11TEST = ../../../../rtest -v
22
33TESTFILES = \
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
98FAILINGTESTFILES = \
109
@@ -15,8 +14,8 @@ FAILINGTESTFILES= \
1514DEPENDENCIES = \
1615 *.mo \
1716 *.mos \
18- Makefile
19-
17+ Makefile
18+
2019
2120CLEAN = ` ls | grep -w -v -f deps.tmp `
2221
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
3332clean :
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+
4948failingtest :
5049 @echo
5150 @echo Running failing tests...
0 commit comments