Skip to content
Snippets Groups Projects
Commit 422b2756 authored by Aidan Chalk's avatar Aidan Chalk
Browse files

Code with working unit tests

parent d2c38d96
Branches
Tags
No related merge requests found
...@@ -34,10 +34,9 @@ test_CFLAGS = $(AM_CFLAGS) ...@@ -34,10 +34,9 @@ test_CFLAGS = $(AM_CFLAGS)
test_LDADD = ../src/.libs/libquicksched.a test_LDADD = ../src/.libs/libquicksched.a
# Sources for test_qr # Sources for test_qr
test_qr_SOURCES = test_qr.c test_qr_SOURCES = test_qr.c /usr/lib64/atlas/libcblas.a /usr/lib64/atlas/libptcblas.a
test_qr_CFLAGS = $(AM_CFLAGS) -I/home/aidan/lapack-3.5.0/lapacke/include/ test_qr_CFLAGS = $(AM_CFLAGS) -I/home/aidan/ATLAS/ATLAS_linux/include #-I/home/aidan/lapack-3.5.0/lapacke/include
test_qr_LDFLAGS = -I/home/aidan/lapack-3.5.0/lapacke/include/ test_qr_LDADD = ../src/.libs/libquicksched.a -lf77blas -lcblas -latlas -lm -L/home/aidan/ATLAS/ATLAS_linux/lib/
test_qr_LDADD = ../src/.libs/libquicksched.a /home/aidan/lapack-3.5.0/liblapacke.a /home/aidan/lapack-3.5.0/liblapack.a -lblas
# Sources for test_bh # Sources for test_bh
#test_bh_SOURCES = test_bh.c #test_bh_SOURCES = test_bh.c
......
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment