Skip to content

Commit

Permalink
Fixing testsuite clean rule (#7188)
Browse files Browse the repository at this point in the history
- Adding missing MSL 4.0 clean rule
- Adding dependency for OFunitcheck/ in unitcheck/
  • Loading branch information
AnHeuermann committed Feb 22, 2021
1 parent d66fc7b commit 95a87fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions testsuite/Makefile
Expand Up @@ -713,6 +713,7 @@ clean_g_3 :
$(MAKE) -C flattening/libraries/msl22 -f Makefile clean; \
fi
$(MAKE) -C flattening/libraries/biochem -f Makefile clean
$(MAKE) -C simulation/libraries/msl40 -f Makefile clean
$(MAKE) -C openmodelica/bootstrapping -f Makefile clean
$(MAKE) -C openmodelica/linearization -f Makefile clean
$(MAKE) -C openmodelica/modelicaML -f Makefile clean
Expand Down
1 change: 1 addition & 0 deletions testsuite/simulation/modelica/unitcheck/Makefile
Expand Up @@ -34,6 +34,7 @@ DEPENDENCIES = \
*.mo \
*.mos \
Makefile \
OFunitcheck \

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

Expand Down

0 comments on commit 95a87fe

Please sign in to comment.