diff options
author | unknown <msvensson@shellback.(none)> | 2006-04-11 23:51:14 +0200 |
---|---|---|
committer | unknown <msvensson@shellback.(none)> | 2006-04-11 23:51:14 +0200 |
commit | 066431faa5da523cc413cde118d14dd396baaad4 (patch) | |
tree | 104c454524a118364ed5b482aa73171ca953a272 /extra/yassl/taocrypt/test | |
parent | 4a2cd8701bf6c16f77c93e1795215f8021eb2552 (diff) | |
download | mariadb-git-066431faa5da523cc413cde118d14dd396baaad4.tar.gz |
Add new yaSSL files
Add benchmark, testsuite and taocrypt/test as places where to
produce Makfiles and build - very useful for debugging
config/ac-macros/yassl.m4:
Add Makefiles for yassl testsuite and benchmark
extra/yassl/Makefile.am:
Add new subdir testsuite
extra/yassl/taocrypt/Makefile.am:
Add new subdir test for the taocrypt test
extra/yassl/taocrypt/src/Makefile.am:
Add all new files for yaSSL and organize them alphabetically
extra/yassl/taocrypt/benchmark/Makefile.am:
New BitKeeper file ``extra/yassl/taocrypt/benchmark/Makefile.am''
extra/yassl/taocrypt/test/Makefile.am:
New BitKeeper file ``extra/yassl/taocrypt/test/Makefile.am''
extra/yassl/testsuite/Makefile.am:
New BitKeeper file ``extra/yassl/testsuite/Makefile.am''
Diffstat (limited to 'extra/yassl/taocrypt/test')
-rw-r--r-- | extra/yassl/taocrypt/test/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/extra/yassl/taocrypt/test/Makefile.am b/extra/yassl/taocrypt/test/Makefile.am new file mode 100644 index 00000000000..0b238f1e057 --- /dev/null +++ b/extra/yassl/taocrypt/test/Makefile.am @@ -0,0 +1,8 @@ +INCLUDES = -I../include -I../../mySTL +bin_PROGRAMS = test +test_SOURCES = test.cpp +test_LDFLAGS = -L../src +test_LDADD = -ltaocrypt +test_DEPENDENCIES = ../src/libtaocrypt.la +test_CXXFLAGS = -DYASSL_PURE_C +EXTRA_DIST = make.bat |