fpc/tests/test/packages/zlib/tzlib1.pp
pierre bb2433c591 skipped targets must be separated by ,
git-svn-id: trunk@38774 -
2018-04-15 21:23:29 +00:00

10 lines
180 B
ObjectPascal

{ %skiptarget=msdos,go32v2 }
{ %NOTE=This test requires an installed zlib1 shared library }
{ simple compilation test }
uses
popuperr,
zlib;
begin
writeln(zlibVersion);
end.