This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
forge
mirror of
https://github.com/brettlangdon/forge.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
12
Wiki
Activity
Browse Source
add include to test/benchmark config
pull/16/head
Brett Langdon
11 years ago
parent
2c8c2446db
commit
56e8ac2c82
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
test.cfg
+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";
Write
Preview
Loading…
Cancel
Save