khanat-opennel-code/code/nel/tools/nel_unit_test/ut_misc_files/cfg_with_error_main.cfg

22 lines
336 B
INI
Raw Normal View History

2010-05-06 00:08:41 +00:00
// This config file include the config file with error then generate an error
// WARNING : is you add lines, update the code in the test
#include "cfg_with_error.cfg"
#define FOO
#define BAR
#ifdef FOO
// nothing
#endif
#ifndef BAR
// nothing
#endif
// Some additionnal garbase lines
AGoodVar = "bar";