mirror of
https://github.com/amd/blis.git
synced 2026-05-11 01:30:00 +00:00
Reverted minor temp/wspace changes from b426f9e.
Details: - Added missing license header to bli_pwr9_asm_macros_12x6.h. - Reverted temporary changes to various files in 'test' and 'testsuite' directories. - Moved testsuite/jobscripts into testsuite/old. - Minor whitespace/comment changes across various files.
This commit is contained in:
8
testsuite/old/jobscripts/runtest.sh
Executable file
8
testsuite/old/jobscripts/runtest.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd ~/blis/testsuite
|
||||
rm -rf test_libblis.out
|
||||
make clean
|
||||
make -j
|
||||
./test_libblis.x > test_libblis.out
|
||||
echo "TEST DONE"
|
||||
Reference in New Issue
Block a user