From d3ad16ecd6b1fa4ab86f430dfc0b425e05c16a19 Mon Sep 17 00:00:00 2001 From: Patrick Baudin <patrick.baudin@cea.fr> Date: Sat, 1 May 2021 16:08:00 +0200 Subject: [PATCH] [tests] using PLUGIN directive --- tests/test_config.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/test_config.in b/tests/test_config.in index 243140c..bc45c7d 100644 --- a/tests/test_config.in +++ b/tests/test_config.in @@ -1,4 +1,9 @@ COMMENT: Generated file. Edit test_config.in + MACRO: META -meta -meta-share ./share MACRO: WP -then-last -wp -wp-timeout 1 -wp-par 1 -wp-msg-key shell -wp-cache update -wp-session tests/wp-cache @WP_SHARE@ MACRO: PRINT -then-last -print + +MACRO: EVA_PLUGINS eva,scope variadic +MACRO: WP_PLUGINS wp,rtegen +PLUGIN: metacsl @WP_PLUGINS@ @EVA_PLUGINS@ -- GitLab