Fix openblas_utest_ext build in AIX

This commit is contained in:
Ayappan P 2024-04-25 07:32:21 -04:00
parent ab5882ebf0
commit f4ee0a423b
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define CTEST_ADD_TESTS_MANUALLY
#include "cblas.h"
#include "openblas_utest.h"
#include "utest/openblas_utest.h"
#if 1
CTEST(amax, samax){
blasint N=3, inc=1;