Skip to content

Commit

Permalink
Add a sanity check for OMCompiler
Browse files Browse the repository at this point in the history
The check should be even tighter in the future, checking more things.
  • Loading branch information
sjoelund committed Jun 8, 2015
1 parent 90b6c5d commit f54c86f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile.common
Expand Up @@ -403,3 +403,12 @@ $(LIBMODELICAEXTERNALC):
@test -f $@
$(LIBMODELICASTANDARDTABLES): $(LIBMODELICAEXTERNALC)
@test -f $@

git-clean:
test -e .git
git clean -fdx

git-sanity-check: git-clean
test "./Compiler/boot/bootstrap-sources.tar.xz" = `find . -type f -size +684k | grep -v 3rdParty`
test ! -e SimulationRuntime/cpp/Doc
! find . -name "*.html" -o -name "*.png" | grep -v 3rdParty
Binary file removed tools/OMCMonitor/OMCMonitor.aps
Binary file not shown.

0 comments on commit f54c86f

Please sign in to comment.