1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/test/config
Jason Rhinelander f9db657f64
Make Default&Required or Required&Hidden compilation failures
Default & Required makes no sense: if we have a default it makes no
sense to make it required.  The previous behaviour when this was
specified was to force an (uncommented) value in the config with the
value, but this was only used in the test suite.

Required & Hidden makes no sense either: if it's required to be
specified we definitely don't want to hide it from the generated config
file.

These are now compile-time failures.
2022-11-15 13:15:54 -04:00
..
test_llarp_config_definition.cpp Make Default&Required or Required&Hidden compilation failures 2022-11-15 13:15:54 -04:00
test_llarp_config_ini.cpp Migrate tests from gtest to catch2 2021-03-04 15:41:42 -05:00
test_llarp_config_output.cpp Make Default&Required or Required&Hidden compilation failures 2022-11-15 13:15:54 -04:00
test_llarp_config_values.cpp Make [lokid]:rpc setting required in SN mode 2022-11-15 13:14:15 -04:00