From fb05a2515bf907b6ec7bcf5d14528868bda0a991 Mon Sep 17 00:00:00 2001 From: srn Date: Thu, 9 Mar 2006 15:49:54 +0000 Subject: [PATCH] Added a new target 'unittest' --- adm_local/unix/make_conclude.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/adm_local/unix/make_conclude.in b/adm_local/unix/make_conclude.in index a4efd1893..c79350747 100644 --- a/adm_local/unix/make_conclude.in +++ b/adm_local/unix/make_conclude.in @@ -166,10 +166,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) # -- 2.39.2