From 6d6b0300532a48fe9f638898b630891d38173538 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Wed, 8 Jun 2016 09:21:39 +0200 Subject: Made the CPU BLAS library the default reference to test against in favor of clBLAS --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 5cad6d45..691ca40e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -313,7 +313,7 @@ if(TESTS) foreach(ROUTINE ${ROUTINES}) target_link_libraries(clblast_test_${ROUTINE} clblast ${REF_LIBRARIES} ${OPENCL_LIBRARIES}) install(TARGETS clblast_test_${ROUTINE} DESTINATION bin) - add_test(clblast_test_${ROUTINE} clblast_test_${ROUTINE}) + add_test(clblast_test_${ROUTINE} clblast_test_${ROUTINE} ${DEVICEPLATFORM}) endforeach() # Adds 'alltests' target: runs all tests -- cgit v1.2.3