Fix openblas_utest_ext build in AIX
This commit is contained in:
parent
ab5882ebf0
commit
f4ee0a423b
|
@ -40,7 +40,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
#define CTEST_ADD_TESTS_MANUALLY
|
#define CTEST_ADD_TESTS_MANUALLY
|
||||||
|
|
||||||
#include "cblas.h"
|
#include "cblas.h"
|
||||||
#include "openblas_utest.h"
|
#include "utest/openblas_utest.h"
|
||||||
#if 1
|
#if 1
|
||||||
CTEST(amax, samax){
|
CTEST(amax, samax){
|
||||||
blasint N=3, inc=1;
|
blasint N=3, inc=1;
|
||||||
|
|
Loading…
Reference in New Issue