Skip to content

Commit

Permalink
- update makefile for test msl31
Browse files Browse the repository at this point in the history
  seperate in simulates, notcompiling, notsimulates

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7436 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Dec 16, 2010
1 parent fdc30a0 commit e0028cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.common
Expand Up @@ -64,7 +64,8 @@ testlibraries:
(cd testsuite/libraries; time $(MAKE) -f Makefile)

testlibrariemsl31:
(cd testsuite/libraries/msl31/simulate; time $(MAKE) -f Makefile)
(cd testsuite/libraries/msl31/simulate; time $(MAKE) -f Makefile > testsuite-msl31-trace.txt 2>&1)
echo "log is in testsuite/libraries/msl31/simulate/testsuite-msl31-trace.txt"

testSummary:
(cd testsuite; time $(MAKE) -f Makefile | grep "==")
Expand Down

0 comments on commit e0028cc

Please sign in to comment.