From 0295bd2318a695146da1f8ba423dcfc1a728b875 Mon Sep 17 00:00:00 2001 From: Patrick Baudin <patrick.baudin@cea.fr> Date: Tue, 4 May 2021 07:21:59 +0200 Subject: [PATCH] [Aorai] workaround allowing autoload module --- src/plugins/aorai/tests/test_config | 5 ++++- src/plugins/aorai/tests/test_config_prove.in | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/plugins/aorai/tests/test_config b/src/plugins/aorai/tests/test_config index a8b69cddad6..c8feb6120b5 100644 --- a/src/plugins/aorai/tests/test_config +++ b/src/plugins/aorai/tests/test_config @@ -1,3 +1,6 @@ PLUGIN: aorai eva,from,scope report wp,rtegen -MODULE: aorai_test + +COMMENT: work around to allow the loading of the aorai_test lib +MACRO: PTEST_DEFAULT_OPTIONS -check -journal-disable + MACRO: PROVE_OPTIONS diff --git a/src/plugins/aorai/tests/test_config_prove.in b/src/plugins/aorai/tests/test_config_prove.in index 19d10644b0d..2e96488c0c4 100644 --- a/src/plugins/aorai/tests/test_config_prove.in +++ b/src/plugins/aorai/tests/test_config_prove.in @@ -1,3 +1,6 @@ PLUGIN: aorai eva,from,scope report wp,rtegen -MODULE: aorai_test + +COMMENT: work around to allow the loading of the aorai_test lib +MACRO: PTEST_DEFAULT_OPTIONS -check -journal-disable + MACRO: PROVE_OPTIONS @AORAI_WP_SHARE@ -aorai-test-prove-aux-spec -- GitLab