Skip to content

Commit 0541110

Browse files
committed
[roottest] adjust cmake for core tests
1 parent 90f7ba7 commit 0541110

File tree

7 files changed

+18
-19
lines changed

7 files changed

+18
-19
lines changed

roottest/root/core/.rootrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

roottest/root/core/CMakeLists.txt

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,23 @@ ROOTTEST_ADD_TEST(base64
1616
MACRO base64.C
1717
OUTREF base64.ref)
1818

19-
ROOTTEST_ADD_TEST(assertHumanReadable
19+
ROOTTEST_ADD_TEST(HumanReadable
2020
MACRO assertHumanReadable.cxx+
21-
OUTREF assertHumanReadable.ref
22-
)
21+
OUTREF assertHumanReadable.ref)
2322

24-
ROOTTEST_ADD_TEST(assertROOT7244
23+
ROOTTEST_ADD_TEST(ROOT7244
2524
MACRO assertROOT7244.C
26-
COPY_TO_BUILDDIR subdir_ROOT7244/TheFile.h
27-
)
25+
COPY_TO_BUILDDIR subdir_ROOT7244/TheFile.h)
2826

29-
ROOTTEST_ADD_TEST(assertROOT8542
30-
MACRO assertROOT8542.C
31-
)
27+
ROOTTEST_ADD_TEST(ROOT8542
28+
MACRO assertROOT8542.C)
3229

3330

3431
if(OPENGL_gl_LIBRARY AND ROOTTEST_OS_ID MATCHES Scientific|CentOS|Ubuntu|Fedora)
3532
set(ROOTTEST_ENV_EXTRA LD_PRELOAD=${OPENGL_gl_LIBRARY})
3633
endif()
3734

38-
ROOTTEST_ADD_TEST(execStatusBitsCheck
35+
ROOTTEST_ADD_TEST(StatusBitsCheck
3936
MACRO execStatusBitsCheck.C
4037
OUTCNV convert.sh
4138
OUTREF execStatusBitsCheck.ref)

roottest/root/core/base64.ref

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Processing roottest/root/core/base64.C...
2+
Processing base64.C...
33
base64: VGhpcyBpcyB0ZXN0IGJpbmFyeQ==
44
base64: coding1 match
55
base64: T3RoZXIgdGVzdCBzdHJpbmc=

roottest/root/core/execStatusBitsCheck.ref

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Processing /Users/pcanal/root_working/roottest/root/core/execStatusBitsCheck.C...
1+
Processing execStatusBitsCheck.C...
22
First verify verbose output in the case of TStreamerElement
33
Bit 0 declared in TObject as kCanDelete
44
Bit 3 declared in TObject as kMustCleanup

roottest/root/core/lifetime.ref

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
Processing roottest/root/core/lifetime.C...
2+
Processing lifetime.C...
Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
ROOTTEST_GENERATE_EXECUTABLE(recursivewarning recursivewarning.cxx LIBRARIES Core)
1+
ROOTTEST_GENERATE_EXECUTABLE(recursivewarning
2+
recursivewarning.cxx
3+
LIBRARIES Core
4+
FIXTURES_SETUP root-core-recursive-recursivewarning-fixture)
5+
26
ROOTTEST_ADD_TEST(recursivewarning
37
EXEC ./recursivewarning
48
OUTREF test_recursivewarning.ref
5-
DEPENDS ${GENERATE_EXECUTABLE_TEST})
6-
7-
configure_file(fakelib.rootmap . COPYONLY)
9+
COPY_TO_BUILDDIR fakelib.rootmap
10+
FIXTURES_REQUIRED root-core-recursive-recursivewarning-fixture)
811

roottest/root/core/stringView.ref

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

2-
Processing roottest/root/core/stringView.C...
2+
Processing stringView.C...
33
asd
44
Comparison with char[4] worked

0 commit comments

Comments
 (0)