Skip to content

Commit

Permalink
- Fix OpenModelica CODING STYLE
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13266 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Alachew Mengist committed Oct 9, 2012
1 parent 5ec767d commit 8d7a56f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -122,17 +122,17 @@ testsimulation:
(time $(MAKE) -C testsuite -f Makefile simulation)

testmo:
(cd testsuite/mofiles && time $(MAKE) -f Makefile test)
(cd testsuite/flattening/modelica && time $(MAKE) -f Makefile test)

testmeta:
(cd testsuite/meta && time $(MAKE) -f Makefile)
(cd testsuite/records && time $(MAKE) -f Makefile)
(cd testsuite/metamodelica/meta && time $(MAKE) -f Makefile)
(cd testsuite/flattening/modelica/records && time $(MAKE) -f Makefile)

testboot:
(cd testsuite/bootstrapping && time ../../build/bin/omc MainTest.mos)
(cd testsuite/openmodelica/bootstrapping && time ../../../build/bin/omc MainTest.mos)

t:
(cd testsuite/meta && time ../rtest -v SimplifyTest.mos)
(cd testsuite/metamodelica/meta && time ../../rtest -v SimplifyTest.mos)

testlibraries:
(cd testsuite/simulation/libraries && time $(MAKE) -f Makefile)
Expand All @@ -142,7 +142,7 @@ testlibrariemsl31:
echo "log is in testsuite/simulation/libraries/msl31/testsuite-msl31-trace.txt"

testfmi:
(cd testsuite/fmi && time $(MAKE) -f Makefile)
(cd testsuite/openmodelica/fmi && time $(MAKE) -f Makefile)

testSummary:
(cd testsuite && time $(MAKE) -f Makefile | grep "==")
Expand Down
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ fix-svn-eol-style:
fix-bom:
find . -type f \( ! -path '*/.svn/*' -prune \) | while read file;do sed -i '1 s/^\xef\xbb\xbf//' "$$file";done

SOURCE_DIRS=$(SOURCE_DIRS_UTF8) testsuite/3rdParty/HumMod
SOURCE_DIRS=$(SOURCE_DIRS_UTF8) testsuite/flattening/libraries/3rdParty/HumMod
SOURCE_DIRS_UTF8=OM*/ Compiler/ SimulationRuntime/ mosh/ libraries/ testsuite/flattening/libraries/ `bash -c echo testsuite/flattening/libraries/3rdParty/{HumMod,PlanarMechanics,siemens,SiemensPower,ThermoSysPro}` testsuite/openmodelica/modelicaML testsuite/AVM

bom-error:
Expand Down

0 comments on commit 8d7a56f

Please sign in to comment.