unit test compilation error #645
Replies: 1 comment 1 reply
-
|
Hi Byron, However, kernels should not be dependent on global module scope variables and work is active in remove all module scope access to variables from kernels. All namelist dependent variables fall into this category and should be passed in via argument list, i.e. the value of See Steps to remove module scope access from kernels in. MetOffice/lfric_apps#357 Ricky |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm quite stuck trying to add a new unit test.
To include the test target, I uncomment this line but I get the following error:
The test target includes
planet_constants_mod, which then tries to include thisextrusion_config_mod, which doesn't exist. I suspect it's created by the configurator.You may also notice a commented-out, clutching-at-straws attempt at using
feign_config_mod. This didn't work either.Many thanks for any advice!
Beta Was this translation helpful? Give feedback.
All reactions