mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 09:06:14 +02:00
* renamed tests to examples
git-svn-id: trunk@9678 -
This commit is contained in:
parent
25f0653c88
commit
05eb2c5e8e
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -4407,14 +4407,14 @@ packages/fpmkunit/fpmake.pp svneol=native#text/plain
|
|||||||
packages/fpmkunit/src/fpmkunit.pp svneol=native#text/plain
|
packages/fpmkunit/src/fpmkunit.pp svneol=native#text/plain
|
||||||
packages/hash/Makefile svneol=native#text/plain
|
packages/hash/Makefile svneol=native#text/plain
|
||||||
packages/hash/Makefile.fpc svneol=native#text/plain
|
packages/hash/Makefile.fpc svneol=native#text/plain
|
||||||
|
packages/hash/examples/md5.ref svneol=native#text/plain
|
||||||
|
packages/hash/examples/mdtest.pas svneol=native#text/plain
|
||||||
packages/hash/fpmake.pp svneol=native#text/plain
|
packages/hash/fpmake.pp svneol=native#text/plain
|
||||||
packages/hash/src/crc.pas svneol=native#text/plain
|
packages/hash/src/crc.pas svneol=native#text/plain
|
||||||
packages/hash/src/md5.pp svneol=native#text/plain
|
packages/hash/src/md5.pp svneol=native#text/plain
|
||||||
packages/hash/src/ntlm.pas svneol=native#text/plain
|
packages/hash/src/ntlm.pas svneol=native#text/plain
|
||||||
packages/hash/src/unixcrypt.pas svneol=native#text/plain
|
packages/hash/src/unixcrypt.pas svneol=native#text/plain
|
||||||
packages/hash/src/uuid.pas svneol=native#text/plain
|
packages/hash/src/uuid.pas svneol=native#text/plain
|
||||||
packages/hash/tests/md5.ref svneol=native#text/plain
|
|
||||||
packages/hash/tests/mdtest.pas svneol=native#text/plain
|
|
||||||
packages/paszlib/Makefile svneol=native#text/plain
|
packages/paszlib/Makefile svneol=native#text/plain
|
||||||
packages/paszlib/Makefile.fpc svneol=native#text/plain
|
packages/paszlib/Makefile.fpc svneol=native#text/plain
|
||||||
packages/paszlib/fpmake.pp svneol=native#text/plain
|
packages/paszlib/fpmake.pp svneol=native#text/plain
|
||||||
|
@ -23,7 +23,7 @@ begin
|
|||||||
T:=Targets.AddUnit('src/uuid.pas');
|
T:=Targets.AddUnit('src/uuid.pas');
|
||||||
T:=Targets.AddUnit('src/unixcrypt.pas');
|
T:=Targets.AddUnit('src/unixcrypt.pas');
|
||||||
T.OSes:=[Linux];
|
T.OSes:=[Linux];
|
||||||
T:=Targets.AddExampleunit('tests/mdtest.pas');
|
T:=Targets.AddExampleunit('examples/mdtest.pas');
|
||||||
EndPackage;
|
EndPackage;
|
||||||
|
|
||||||
{$ifndef ALLPACKAGES}
|
{$ifndef ALLPACKAGES}
|
||||||
|
Loading…
Reference in New Issue
Block a user