summaryrefslogtreecommitdiff
path: root/TestScripts
Commit message (Collapse)AuthorAgeFilesLines
* Update comments in config.hJeffrey Walton2018-12-091-0/+2
| | | | | Some comments in config.h were old. Time for a refresh. Switch from CRYPTOPP_BOOL_ARM64 to CRYPTOPP_BOOL_ARMV8. Aarch32 is ARMv8, and that's the important part.
* Update Travis Android SDK and NDK gearJeffrey Walton2018-12-092-21/+3
|
* Update Travis Android SDK and NDK gearJeffrey Walton2018-12-091-1/+7
|
* Update Travis Android SDK and NDK gearJeffrey Walton2018-12-091-2/+10
|
* Squash Android SDK warningJeffrey Walton2018-12-091-0/+3
| | | | Also see https://stackoverflow.com/a/47028911/608639
* Add setenv-travis scriptJeffrey Walton2018-12-092-0/+12
|
* Update Travis Android SDK and NDK gearJeffrey Walton2018-12-091-2/+2
|
* Update Travis Android SDK and NDK gearJeffrey Walton2018-12-091-3/+4
|
* Update Travis Android SDK and NDK gearJeffrey Walton2018-12-091-5/+8
|
* Backout setenv-ios.sh changesJeffrey Walton2018-12-081-2/+5
| | | | The changes did not help
* Try -watchos_simulator_version_min and -tvos_simulator_version_minJeffrey Walton2018-12-081-3/+3
|
* Remove -no_new_main from Apple Watch and TV simulatorsJeffrey Walton2018-12-081-4/+6
| | | | It did not help...
* Try to fix Watch and TV simulator link errorJeffrey Walton2018-12-081-6/+8
| | | | Something about a missing _start symbol. I'm not sure if -no_new_main is the solution or not. Also see https://stackoverflow.com/q/24841283/608639.
* Fix simulator SDKJeffrey Walton2018-12-011-0/+2
|
* Make CMake configurable in test scriptJeffrey Walton2018-11-181-2/+2
|
* Make CMake configurable in test scriptJeffrey Walton2018-11-181-0/+5
|
* Fix cryptest.sh are *-simd file renameJeffrey Walton2018-11-111-12/+12
|
* Remove patch fileJeffrey Walton2018-11-101-1034/+0
|
* Add CXX awareness to CMake test scriptJeffrey Walton2018-10-291-3/+11
|
* Bail early from test script if initial tests failJeffrey Walton2018-10-191-0/+12
|
* Fix unset MAKE variable in test scriptsJeffrey Walton2018-09-262-0/+5
|
* Fix test scripts on ancient BashJeffrey Walton2018-09-125-2/+30
| | | | This showed up on Solaris 9 with Bash 2.05. Also see https://unix.stackexchange.com/q/468579/56041
* Use in cryptest-cmake.sh testJeffrey Walton2018-09-102-3/+14
|
* Make config.sub and config.guess +w before downloadJeffrey Walton2018-09-091-0/+11
|
* Make config.sub and config.guess +x after downloadJeffrey Walton2018-09-091-0/+8
|
* Update cryptest-autotools.shJeffrey Walton2018-08-281-3/+10
| | | | Update config.sub and config.guess per GNU recommendations
* Add -Wno-deprecated for PPC tests due to vec_ld and vec_stJeffrey Walton2018-08-221-0/+6
|
* Update messages in cryptest.shJeffrey Walton2018-08-201-2/+5
|
* Add Power8 VMULL tests to cryptest.shJeffrey Walton2018-08-201-0/+42
|
* Discard extra noise from Autotools test scriptJeffrey Walton2018-08-181-3/+3
|
* Attempt to use glibtool if availableJeffrey Walton2018-08-021-12/+23
|
* Revert "Copy setenv-ios.sh into TestScripts"Jeffrey Walton2018-08-021-3/+13
| | | | | | The copy happened the wrong way. This reverts commit a6143862a370adb154141a63fc1901b29b2132d4.
* Copy setenv-ios.sh into TestScriptsJeffrey Walton2018-08-021-13/+3
| | | | This is one of the scripts we have in two places due to historical reasons. The current practice is to put them in TestScripts/
* Disable ASM for iOS simulatorsJeffrey Walton2018-08-011-3/+13
|
* Guard for missing libtoolizeJeffrey Walton2018-08-011-15/+14
|
* Add calls to 'make clean' to ensure building artifactsJeffrey Walton2018-07-312-0/+4
|
* Update to support IBM XLC and LLVM backendJeffrey Walton2018-07-311-2/+20
|
* Add call to ls upon failure of scriptJeffrey Walton2018-07-302-2/+4
|
* Add check for setenv-*.sh scriptsJeffrey Walton2018-07-302-0/+10
|
* Cleanup Makefiles and Android and iOS scriptsJeffrey Walton2018-07-282-34/+39
|
* Cleanup cryptest-autotools.sh scriptJeffrey Walton2018-07-281-2/+2
|
* Cleanup cryptest-autotools.sh scriptJeffrey Walton2018-07-281-20/+2
|
* Add autotools-clean and cmake-clean rules to GNUmakefileJeffrey Walton2018-07-281-8/+3
|
* Update failure messageJeffrey Walton2018-07-271-1/+1
|
* Run autoupdate and libtoolize if availableJeffrey Walton2018-07-271-3/+12
|
* Remove calls to format scriptJeffrey Walton2018-07-271-11/+11
|
* Add call to autoupdate if availableJeffrey Walton2018-07-271-0/+5
|
* Update cryptest-automake test script for SolarisJeffrey Walton2018-07-161-0/+5
|
* Make m4/ directory during testingJeffrey Walton2018-07-151-0/+1
|
* Set LC_ALL=C for Darwin Autotools testingJeffrey Walton2018-07-151-7/+27
|