Files
blis/windows/tests/README.txt
nphaniku b3628cdfd3 AOCL Windows: 3.1 BLIS changes
1. CMake script changes for build with Clang compiler.
 2. CMake script changes for build test and testsuite based on the lib type ST/MT
 3. CMake script changes for testcpp and blastest
 4. Added python scripts to support library build and testsuite build.

AMD Internal : [CPUPL-1422]

Change-Id: Ie34c3e60e9f8fbf7ea69b47fd1b50ee90099c898
2021-03-08 19:04:17 +05:30

23 lines
808 B
Plaintext

#BLIS check execution script
Check execution script covers:
* checkblis
* checkblis-fast
* checkblis-md
* checkblis-salt
##Requirements
* Install latest version of python from python.org(preferably python 3.5 or greater)
* Add python path and scripts path to the environment variable path
#Copy all the files present in <src>/windows/tests directory to the directory where TestSuite.exe is present
#Open the command prompt and execute the python script and provide an argument(check name)
For example:
python blis_check.py checkblis
#Output can be seen on the command prompt
Note:
New check execution can be added into the inputs.yaml in the below format
Ex: new_check: [input.general.filename,input.operations.filename]