Browse Source

* renamed tests to examples

git-svn-id: trunk@9678 -
peter 17 years ago
parent
commit
05eb2c5e8e

+ 2 - 2
.gitattributes

@@ -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

+ 0 - 0
packages/hash/tests/md5.ref → packages/hash/examples/md5.ref


+ 0 - 0
packages/hash/tests/mdtest.pas → packages/hash/examples/mdtest.pas


+ 1 - 1
packages/hash/fpmake.pp

@@ -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}