Skip to content

Commit d9d9a6d

Browse files
committed
[roottest] adjust cmake for meta/rootmap tests
1 parent 1d8a213 commit d9d9a6d

File tree

4 files changed

+6
-77
lines changed

4 files changed

+6
-77
lines changed

roottest/root/meta/rootmap/.rootrc

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
ROOTTEST_COMPILE_MACRO(spaces.C
2+
FIXTURES_SETUP root-meta-rootmap-spaces-fixture)
3+
14
ROOTTEST_ADD_TEST(runspaces
25
MACRO runspaces.C
6+
COPY_TO_BUILDDIR spaces.rootmap
37
OUTREF spaces.ref
4-
DEPENDS spaces.C)
8+
FIXTURES_REQUIRED root-meta-rootmap-spaces-fixture)
59

610
ROOTTEST_ADD_TESTDIRS()

roottest/root/meta/rootmap/Makefile

Lines changed: 0 additions & 72 deletions
This file was deleted.
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
configure_file(rfile1.rootmap . COPYONLY)
2-
configure_file(rfile2.rootmap . COPYONLY)
3-
41
ROOTTEST_ADD_TEST(myclassduplicated
52
COMMAND ${ROOT_root_CMD} -b -q -l
3+
COPY_TO_BUILDDIR rfile1.rootmap rfile2.rootmap
64
PASSREGEX "Warning in <TInterpreter::ReadRootmapFile>: While processing ./rfile[12]\.rootmap, class myclassduplicated was found to be associated to libdup[12]\.so although it is already associated to libdup[12]\.so")

0 commit comments

Comments
 (0)