diff --git a/roottest/root/rint/.rootrc b/roottest/root/rint/.rootrc deleted file mode 100644 index 6ebe75fd4ec5a..0000000000000 --- a/roottest/root/rint/.rootrc +++ /dev/null @@ -1 +0,0 @@ -Rint.History: .root_hist diff --git a/roottest/root/roofitstats/.rootrc b/roottest/root/roofitstats/.rootrc deleted file mode 100644 index 6ebe75fd4ec5a..0000000000000 --- a/roottest/root/roofitstats/.rootrc +++ /dev/null @@ -1 +0,0 @@ -Rint.History: .root_hist diff --git a/roottest/root/selector/.rootrc b/roottest/root/selector/.rootrc deleted file mode 100644 index 6ebe75fd4ec5a..0000000000000 --- a/roottest/root/selector/.rootrc +++ /dev/null @@ -1 +0,0 @@ -Rint.History: .root_hist diff --git a/roottest/root/selector/Makefile b/roottest/root/selector/Makefile deleted file mode 100644 index c9cfdb4dd7936..0000000000000 --- a/roottest/root/selector/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# %ROOTTEST-duration%:0 -ifeq ($(strip $(ROOTTEST_HOME)),) - export ROOTTEST_HOME := $(shell git rev-parse --show-toplevel)/roottest/ - ifeq ($(strip $(ROOTTEST_HOME)),) - export ROOTTEST_HOME := $(shell expr $(CURDIR) : '\(.*/roottest/\)') - endif - ifeq ($(strip $(ROOTTEST_HOME)),) - $(error The head of roottest was not found. Set ROOTTEST_HOME) - endif -endif - - -include $(ROOTTEST_HOME)/scripts/Rules.mk - - - - diff --git a/roottest/root/selector/simple/.rootrc b/roottest/root/selector/simple/.rootrc deleted file mode 100644 index 6ebe75fd4ec5a..0000000000000 --- a/roottest/root/selector/simple/.rootrc +++ /dev/null @@ -1 +0,0 @@ -Rint.History: .root_hist diff --git a/roottest/root/selector/simple/Makefile b/roottest/root/selector/simple/Makefile deleted file mode 100644 index aa24d0dbf2766..0000000000000 --- a/roottest/root/selector/simple/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# This is a template for all makefile. - -#Set the list of files to be delete by clean: -CLEAN_TARGETS += $(ALL_LIBRARIES) *.log - -#Set the list of target to make while testing -TEST_TARGETS += mytest testLoadingSelector - -ifeq ($(strip $(ROOTTEST_HOME)),) - export ROOTTEST_HOME := $(shell git rev-parse --show-toplevel)/roottest/ - ifeq ($(strip $(ROOTTEST_HOME)),) - export ROOTTEST_HOME := $(shell expr $(CURDIR) : '\(.*/roottest/\)') - endif - ifeq ($(strip $(ROOTTEST_HOME)),) - $(error The head of roottest was not found. Set ROOTTEST_HOME) - endif -endif -include $(ROOTTEST_HOME)/scripts/Rules.mk - -mytest: - $(CMDECHO) echo mytest > /dev/null - -testWithFailure: -ifeq ($(FAIL),) - $(WarnFailTest) -endif - -# Remember that sometest.log can be made automatically from -# from runsometest.C - -testLoadingSelector.log: testSel_C.$(DllSuf) testSelector_C.$(DllSuf) - - -removepwd: testLoadingSelector.log -ifeq ($(PLATFORM),win32) - $(CMDECHO)sed 's|: unloading [A-z:]*[/\\].*[/\\]|: unloading |g' testLoadingSelector.log > testLoadingSelector.temp 2>&1 -else - $(CMDECHO)sed 's|: unloading [/\\].*[/\\]|: unloading |g' testLoadingSelector.log > testLoadingSelector.temp 2>&1 -endif - $(CMDECHO)mv testLoadingSelector.temp testLoadingSelector.log - -# ..... | sed -s/$(CURDIR)//g > testLoadingSelector.log - - -testLoadingSelector: testLoadingSelector.log removepwd - $(TestDiff) -