copied Crypto from sandbox to trunk

This commit is contained in:
Peter Schojer
2008-10-31 09:06:54 +00:00
parent 5b31c46b16
commit 4975ac2c44
55 changed files with 6576 additions and 11 deletions

18
Crypto/testsuite/Makefile Normal file
View File

@@ -0,0 +1,18 @@
#
# Makefile
#
# $Id: //poco/Main/Crypto/testsuite/Makefile#1 $
#
# Makefile for Poco Crypto testsuite
#
include $(POCO_BASE)/build/rules/global
objects = CryptoTestSuite Driver \
CryptoTest RSATest
target = testrunner
target_version = 1
target_libs = PocoCrypto PocoFoundation CppUnit
include $(POCO_BASE)/build/rules/exec