16 lines
676 B
INI
16 lines
676 B
INI
5 years ago
|
// 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",
|
||
|
};
|