* renamed tests to examples

git-svn-id: trunk@9678 -
This commit is contained in:
peter 2008-01-08 18:21:23 +00:00
parent 25f0653c88
commit 05eb2c5e8e
4 changed files with 3 additions and 3 deletions

4
.gitattributes vendored
View File

@ -4407,14 +4407,14 @@ packages/fpmkunit/fpmake.pp svneol=native#text/plain
packages/fpmkunit/src/fpmkunit.pp svneol=native#text/plain
packages/hash/Makefile 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/src/crc.pas 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/unixcrypt.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.fpc svneol=native#text/plain
packages/paszlib/fpmake.pp svneol=native#text/plain

View File

@ -23,7 +23,7 @@ begin
T:=Targets.AddUnit('src/uuid.pas');
T:=Targets.AddUnit('src/unixcrypt.pas');
T.OSes:=[Linux];
T:=Targets.AddExampleunit('tests/mdtest.pas');
T:=Targets.AddExampleunit('examples/mdtest.pas');
EndPackage;
{$ifndef ALLPACKAGES}