summaryrefslogtreecommitdiffstats
path: root/test/run.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'test/run.cmake')
-rw-r--r--test/run.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/run.cmake b/test/run.cmake
index 854cf8c..0f027ec 100644
--- a/test/run.cmake
+++ b/test/run.cmake
@@ -19,6 +19,10 @@ if(xml)
file(REMOVE "${xml}")
endif()
+if(prologue)
+ include(${prologue})
+endif()
+
execute_process(
COMMAND ${command}
OUTPUT_VARIABLE actual_stdout