@@ -7,22 +7,22 @@ CLEAN_TARGETS += $(ALL_LIBRARIES) *.log *.clog newTestFile.root index64.root ind
77# only target added. If the name of the target is changed in the rules then
88# the name should be changed accordingly in this list.
99
10- TEST_TARGETS += chain mytest index64 indexl64
10+ TEST_TARGETS += chain mytest index64 indexl64 varsizearr
1111
1212# Search for Rules.mk in roottest/scripts
1313# Algorithm: Find the current working directory and remove everything after
14- # '*roottest/'. Append the path for Rules.mk from within roottest, which
14+ # '*roottest/'. Append the path for Rules.mk from within roottest, which
1515# should be 'scripts/Rules.mk'. The roottest path is saved in the
16- # ROOTTEST_HOME variable for use by the SUBDIRECTORIES variable and is
17- # exported to eliminate the overhead of findding the path again during
16+ # ROOTTEST_HOME variable for use by the SUBDIRECTORIES variable and is
17+ # exported to eliminate the overhead of findding the path again during
1818# recursive calls of gmake.
1919# Since all makefiles should be under roottest or one of its
20- # subdirectories and all recursions of gmake are called by
20+ # subdirectories and all recursions of gmake are called by
2121# 'cd [DIR]; gmake ...'
2222# this algorithm should not fail in finding /roottest/ in the
23- # current working directory.
24- # Issues: This algorithm will fail if a makefile is called from outside the
25- # roottest folder, as in executing 'gmake -f ~/roottest/Makefile' from
23+ # current working directory.
24+ # Issues: This algorithm will fail if a makefile is called from outside the
25+ # roottest folder, as in executing 'gmake -f ~/roottest/Makefile' from
2626# the home directory.
2727
2828ifeq ($(strip $(ROOTTEST_HOME ) ) ,)
@@ -75,4 +75,9 @@ chain: chain.log
7575index64 : index64.log
7676 $(TestDiff )
7777
78+ indexl64 : indexl64.log
79+ $(TestDiff )
80+
81+ varsizearr : varsizearr.log
82+ $(TestDiff )
7883
0 commit comments