We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5019dd5 commit b9cca61Copy full SHA for b9cca61
roottest/root/io/references/A.C
@@ -10,8 +10,4 @@ public:
10
ClassDef(A, 1)
11
};
12
13
-#ifdef __ROOTCLING__
14
-#pragma link C++ class A+;
15
-#endif
16
-
17
#endif
roottest/root/io/references/CMakeLists.txt
@@ -9,6 +9,7 @@ ROOTTEST_COMPILE_MACRO(A.C
9
FIXTURES_SETUP root-io-references-A-fixture)
ROOTTEST_COMPILE_MACRO(lotsRef.C
+ ROOTEXE_OPTS -e ".L A.C+"
FIXTURES_REQUIRED root-io-references-A-fixture
FIXTURES_SETUP root-io-references-lotsRef-fixture)
0 commit comments