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 ec29bd7 commit 1d8a213Copy full SHA for 1d8a213
roottest/root/meta/ROOT-10804/CMakeLists.txt
@@ -1,8 +1,10 @@
1
-ROOTTEST_GENERATE_REFLEX_DICTIONARY(ROOT10804 ROOT10804.h SELECTION selection.xml)
2
-set(depends ${GENERATE_REFLEX_TEST})
+ROOTTEST_GENERATE_REFLEX_DICTIONARY(ROOT10804
+ ROOT10804.h
3
+ SELECTION selection.xml
4
+ FIXTURES_SETUP root-meta-10804-fixture)
5
6
ROOTTEST_ADD_TEST(execROOT10804
7
MACRO execROOT10804.C
8
OUTREF execROOT10804.oref
9
ERRREF execROOT10804.eref
- DEPENDS ${depends})
10
+ FIXTURES_REQUIRED root-meta-10804-fixture)
0 commit comments