File tree Expand file tree Collapse file tree 4 files changed +16
-76
lines changed
roottest/root/tree/readcin Expand file tree Collapse file tree 4 files changed +16
-76
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- ROOTTEST_GENERATE_EXECUTABLE (readFromCin readFromCin.cxx LIBRARIES Core Hist RIO Net Graf Graf3d Gpad Tree Rint Postscript Matrix Physics MathCore Thread ${OptionalMultiProc} )
1
+ ROOTTEST_GENERATE_EXECUTABLE (readFromCin readFromCin.cxx
2
+ LIBRARIES Core Hist RIO Net Graf Graf3d Gpad Tree Rint Postscript Matrix Physics MathCore Thread ${OptionalMultiProc}
3
+ FIXTURES_SETUP root-tree-readcin-executable-fixture )
2
4
3
5
ROOTTEST_ADD_TEST (readFromCin
4
6
COMMAND ./readFromCin ${CMAKE_CURRENT_SOURCE_DIR} /test.csv
5
7
OUTREF readcin.ref
6
- DEPENDS ${GENERATE_EXECUTABLE_TEST} )
8
+ FIXTURES_REQUIRED root-tree-readcin-executable-fixture )
7
9
8
10
ROOTTEST_ADD_TEST (parseCin
9
11
COMMAND ${CMAKE_CURRENT_SOURCE_DIR} /parseCin.sh ${CMAKE_CURRENT_SOURCE_DIR} /test.csv
10
- OUTREF readcin.ref
11
- DEPENDS ${GENERATE_EXECUTABLE_TEST} )
12
+ OUTREF readcin.ref
13
+ FIXTURES_REQUIRED root-tree-readcin-executable-fixture )
12
14
13
- ROOTTEST_ADD_TESTDIRS ()
15
+ ROOTTEST_ADD_TEST (parseStream
16
+ COMMAND ${CMAKE_CURRENT_SOURCE_DIR} /parseStream.sh ${CMAKE_CURRENT_SOURCE_DIR} /test.csv ${CMAKE_CURRENT_SOURCE_DIR} /readFromStream.cc
17
+ OUTREF readcinpiped.ref )
14
18
19
+ ROOTTEST_ADD_TEST (readcin
20
+ MACRO runreadcin.C
21
+ COPY_TO_BUILDDIR test .csv
22
+ OUTREF readcin.ref-cling )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ #! /bin/sh
2
+
3
+ cat $1 | root -b -l -q $2
You can’t perform that action at this time.
0 commit comments