.autotest (DoubleFormatter)

This commit is contained in:
Mirek Fidler 2023-04-24 11:34:04 +02:00
parent 291cda0ea9
commit f3e899782b
3 changed files with 1448 additions and 1 deletions

View file

@ -81,6 +81,10 @@ CONSOLE_APP_MAIN
x = -x;
}
}
#ifdef PLATFORM_BSD
CheckLogEtalon(GetDataFile("MacEtalon.log"));
#else
CheckLogEtalon();
#endif
}

View file

@ -2,6 +2,7 @@ uses
Core;
file
MacEtalon.log,
Etalon.log,
DoubleFormatter.cpp;

File diff suppressed because it is too large Load diff