From: srn Date: Thu, 9 Mar 2006 12:47:44 +0000 (+0000) Subject: Modified a step "tests", now it redirected to target "unittest" X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ff28376fecc9124aedaadfe63000d268c06b9334;p=modules%2Fkernel.git Modified a step "tests", now it redirected to target "unittest" --- diff --git a/salome_adm/unix/make_conclude.in b/salome_adm/unix/make_conclude.in index d5d4a5d14..a3a132431 100644 --- a/salome_adm/unix/make_conclude.in +++ b/salome_adm/unix/make_conclude.in @@ -139,10 +139,14 @@ $(DEST_SHAREDPYSCRIPTS): $(PYTHON_SHARED_SITE)/%: % check: test -tests: test +tests: unittest test: $(LIB) $(TEST_PROGS:%=$(top_builddir)/bin/salome/%) +unittest: + @if test "x$(UNIT_TEST_PROG)" != "x"; then \ + $(top_builddir)/bin/salome/$(UNIT_TEST_PROG); \ + fi; # copy header file in $(inc_builddir) # @@ -338,8 +342,7 @@ distclean: clean @if test -f $(srcdir)/Makefile.in; then \ (@SETX@; $(RM) Makefile); \ fi - - + #implicits rules .cc.o: $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $<