25 lines
1,020 B
Diff
25 lines
1,020 B
Diff
From a651fb9278438d5ad7e4ddbf6082a791e1187e0d Mon Sep 17 00:00:00 2001
|
|
From: Mattias Ellert <mattias.ellert@physics.uu.se>
|
|
Date: Fri, 13 Mar 2020 12:58:14 +0100
|
|
Subject: [PATCH] The test that creates the file must run before the test that
|
|
modifies it
|
|
|
|
---
|
|
tutorials/CMakeLists.txt | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/tutorials/CMakeLists.txt b/tutorials/CMakeLists.txt
|
|
index f920da54ee..b1abd03d36 100644
|
|
--- a/tutorials/CMakeLists.txt
|
|
+++ b/tutorials/CMakeLists.txt
|
|
@@ -375,6 +375,7 @@ set(unfold-testUnfold5b-depends tutorial-unfold-testUnfold5a)
|
|
set(unfold-testUnfold7d-depends tutorial-unfold-testUnfold7c)
|
|
set(unfold-testUnfold7c-depends tutorial-unfold-testUnfold7b)
|
|
set(unfold-testUnfold7b-depends tutorial-unfold-testUnfold7a)
|
|
+set(xml-xmlmodifyfile-depends tutorial-xml-xmlnewfile)
|
|
set(xml-xmlreadfile-depends tutorial-xml-xmlnewfile)
|
|
set(roofit-rf503_wspaceread-depends tutorial-roofit-rf502_wspacewrite)
|
|
set(histfactory-example-depends tutorial-roostats-CreateExampleFile)
|
|
--
|
|
2.24.1
|
|
|