You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ryzom-core/ryzom/server/test_suite.cfg

16 lines
676 B
INI

// List of directory where to find dll
TestDllPaths =
{
};
// List of test dll to load without compilation mode spec (d, df, rd, d) nor extension (.dll or .so)
// The dll name is followed by the working directory to set before loading the dll
TestDllList =
{
"../nel/tools/nel_unit_test/misc_ut/misc_unit_test", "../nel/tools/nel_unit_test/misc_ut",
"../nel/tools/nel_unit_test/ligo_ut/ligo_unit_test", "../nel/tools/nel_unit_test/ligo_ut",
"../nel/tools/nel_unit_test/net_ut/net_unit_test", "../nel/tools/nel_unit_test/net_ut",
"game_share_test", ".",
"shard_unifier_test", "test_files/shard_unifier_test",
"session_browser_test", "test_files/session_browser_test",
};