Added TEST section to openssl-1.0.0c build files. Note that the test currently crashes to gdb.

This commit is contained in:
Scott McCreary
2011-02-27 19:46:46 +00:00
parent 57ebe8c83b
commit d607b83f90
2 changed files with 12 additions and 0 deletions

View File

@@ -15,6 +15,12 @@ INSTALL {
cd openssl-1.0.0c
make install INSTALL_PREFIX="${DESTDIR}"
}
TEST {
cd openssl-1.0.0c
make test
}
LICENSE="OpenSSL"
COPYRIGHT="1995-1998 Eric Young
1998-2010 The OpenSSL Project."

View File

@@ -15,6 +15,12 @@ INSTALL {
cd openssl-1.0.0c
make install INSTALL_PREFIX="${DESTDIR}"
}
TEST {
cd openssl-1.0.0c
make test
}
LICENSE="OpenSSL"
COPYRIGHT="1995-1998 Eric Young
1998-2010 The OpenSSL Project."