Skip to content

Commit

Permalink
Make reference files to prepare the testsuite to run
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed May 6, 2015
1 parent dd0555f commit 3269d8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions Makefile.in
@@ -1,9 +1,10 @@
all:
$(MAKE) omc @OMLIBRARY_TARGET@ omc-diff
$(MAKE) omc @OMLIBRARY_TARGET@ testsuite-depends
$(MAKE) omplot
$(MAKE) omedit omoptim

.PRECIOUS: Makefile
.PHONY: omc omlibrary-all omlibrary-core omplot omedit omoptim testsuite-depends

omc:
$(MAKE) -C OMCompiler @OMC_TARGET@
Expand All @@ -17,8 +18,8 @@ omedit:
$(MAKE) -C OMEdit
omoptim:
$(MAKE) -C OMOptim
omc-diff:
$(MAKE) -C testsuite/difftool "OMBUILDDIR=@OMBUILDDIR@" CC="@CC@" CFLAGS="@CFLAGS@"
testsuite-depends:
$(MAKE) --quiet -C testsuite "OMBUILDDIR=@OMBUILDDIR@" CC="@CC@" CFLAGS="@CFLAGS@" omc-diff ReferenceFiles

clean:
test ! -d build || rm -r build/
Expand Down
2 changes: 1 addition & 1 deletion testsuite
Submodule testsuite updated 130 files

0 comments on commit 3269d8c

Please sign in to comment.