mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 12:46:06 +02:00
* fix tw8730 tests for windows
git-svn-id: trunk@14945 -
This commit is contained in:
parent
3112305989
commit
a0ad752e16
@ -24,7 +24,7 @@ library tw8730b;
|
|||||||
uses uw8730b;
|
uses uw8730b;
|
||||||
|
|
||||||
exports
|
exports
|
||||||
{$if defined(darwin) or defined(win32) or defined(wince)}
|
{$if defined(darwin)}
|
||||||
Lib2Func name '_Lib2Func';
|
Lib2Func name '_Lib2Func';
|
||||||
{$else}
|
{$else}
|
||||||
Lib2Func;
|
Lib2Func;
|
||||||
|
@ -29,5 +29,7 @@ begin
|
|||||||
deletefile('tw8730a.txt');
|
deletefile('tw8730a.txt');
|
||||||
if (fileexists('tw8730b.txt')) then
|
if (fileexists('tw8730b.txt')) then
|
||||||
deletefile('tw8730b.txt');
|
deletefile('tw8730b.txt');
|
||||||
|
if error<>0 then
|
||||||
|
writeln('tw8730c did not complete successfully');
|
||||||
halt(error);
|
halt(error);
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user