Browse Source

add include to test/benchmark config

pull/16/head
Brett Langdon 11 years ago
parent
commit
56e8ac2c82
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      test.cfg
  2. +1
    -0
      test_include.cfg

+ 1
- 0
test.cfg View File

@ -12,6 +12,7 @@ primary {
# Primary-sub stuff
sub {
key = "primary sub key value";
include "test_include.cfg";
}
}


+ 1
- 0
test_include.cfg View File

@ -0,0 +1 @@
included_setting = "primary sub included_setting value";

Loading…
Cancel
Save