Skip to content

Commit

Permalink
- unpack the reference files before running the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed May 22, 2015
1 parent abc7935 commit 8e8f966
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.omdev.mingw
Expand Up @@ -48,6 +48,7 @@ runtimeCPPinstall:
$(MAKE) -C OMCompiler -f $(defaultMakefileTarget) OMBUILDDIR=$(OMBUILDDIR) runtimeCPPinstall

testlogwindows:
$(MAKE) -C testsuite -f Makefile ReferenceFiles
(time $(MAKE) -C testsuite -f Makefile 2>&1 | tee testsuite/testsuite-trace.txt) || true
(time $(MAKE) -C testsuite/openmodelica/cruntime/msvc/ -f Makefile >> testsuite/testsuite-trace.txt 2>&1) || true
(export RTEST_OMCFLAGS=+target=msvc ; time $(MAKE) -C testsuite/openmodelica/cppruntime/ -f Makefile >> testsuite/testsuite-trace.txt 2>&1) || true
Expand Down

0 comments on commit 8e8f966

Please sign in to comment.