Skip to content

Commit

Permalink
- added testPar target.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11119 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Feb 14, 2012
1 parent 47332a7 commit 3c93052
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.common
Expand Up @@ -105,6 +105,9 @@ testfmi:

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

testPar:
(cd testsuite/partest && time ./runtests.pl -j8)

mosh: omc
$(MAKE) -C mosh/src -f $(defaultMakefileTarget)
Expand Down

0 comments on commit 3c93052

Please sign in to comment.