05ba8a3a07
git-svn-id: http://root.cern.ch/svn/root/trunk@45844 27541ba8-7e3a-0410-8455-c3a389f83636
22 lines
735 B
Diff
22 lines
735 B
Diff
Index: test/Makefile
|
|
===================================================================
|
|
--- test/Makefile (revision 161655)
|
|
+++ test/Makefile (working copy)
|
|
@@ -54,6 +54,16 @@
|
|
|
|
ifneq ($(strip $(filter check-local-all,$(MAKECMDGOALS))),)
|
|
ifndef TESTSUITE
|
|
+
|
|
+ifeq ($(NOCLING)$(shell test -f $(PROJ_OBJ_DIR)/../tools/cling/Makefile && echo OK), OK)
|
|
+LIT_ALL_TESTSUITES += $(PROJ_OBJ_DIR)/../tools/cling/test
|
|
+
|
|
+# Force creation of Cling's lit.site.cfg.
|
|
+cling-lit-site-cfg: FORCE
|
|
+ $(MAKE) -C $(PROJ_OBJ_DIR)/../tools/cling/test lit.site.cfg
|
|
+extra-lit-site-cfgs:: cling-lit-site-cfg
|
|
+endif
|
|
+
|
|
ifeq ($(shell test -f $(PROJ_OBJ_DIR)/../tools/clang/Makefile && echo OK), OK)
|
|
LIT_ALL_TESTSUITES += $(PROJ_OBJ_DIR)/../tools/clang/test
|
|
|