activate testcase

This commit is contained in:
Martin Kroeker 2020-11-17 15:43:42 +01:00 committed by GitHub
parent 906b236388
commit cfe35efbfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ dgemm_tester : dgemv_tester
test_dgemm_omp:
$(CC) $(COMMON_OPT) -Wall -Wextra -Wshadow -fopenmp test_dgemm_omp.c ../libopenblas.a -lpthread -o test_dgemm_omp
./test_dgemm_omp
clean ::
rm -f dgemv_tester dgemm_tester