From 05eb2c5e8ecc7e77375d2fcf0a274bd35811e6fa Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 8 Jan 2008 18:21:23 +0000 Subject: [PATCH] * renamed tests to examples git-svn-id: trunk@9678 - --- .gitattributes | 4 ++-- packages/hash/{tests => examples}/md5.ref | 0 packages/hash/{tests => examples}/mdtest.pas | 0 packages/hash/fpmake.pp | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename packages/hash/{tests => examples}/md5.ref (100%) rename packages/hash/{tests => examples}/mdtest.pas (100%) diff --git a/.gitattributes b/.gitattributes index cb465aa5d0..ac498b9545 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/packages/hash/tests/md5.ref b/packages/hash/examples/md5.ref similarity index 100% rename from packages/hash/tests/md5.ref rename to packages/hash/examples/md5.ref diff --git a/packages/hash/tests/mdtest.pas b/packages/hash/examples/mdtest.pas similarity index 100% rename from packages/hash/tests/mdtest.pas rename to packages/hash/examples/mdtest.pas diff --git a/packages/hash/fpmake.pp b/packages/hash/fpmake.pp index 0ab38e6c3c..93453223a6 100644 --- a/packages/hash/fpmake.pp +++ b/packages/hash/fpmake.pp @@ -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}