khanat-opennel-code/code/nel/tools/nel_unit_test/ut_misc_files/cfg_with_error_main.cfg
2010-05-06 02:08:41 +02:00

21 lines
336 B
INI

// 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";