Skip to content

Commit

Permalink
add target testcmsvc to test cruntime with msvc
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17279 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Sep 17, 2013
1 parent 18ba6fe commit 730c4fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.common
Expand Up @@ -197,6 +197,10 @@ testcpp:
testfmi:
(cd testsuite/openmodelica/fmi && time $(MAKE) -f Makefile)

testcmsvc:
(cd testsuite/openmodelica/cruntime/msvc/ && time $(MAKE) -f Makefile > testsuite-c_mcvc-trace.txt 2>&1)
echo "log is in testsuite/openmodelica/cruntime/msvc/testsuite-c_mcvc-trace.txt"

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

Expand Down

0 comments on commit 730c4fc

Please sign in to comment.