Browse Source

add the strassen example to the test suite

Cédric Augonnet 16 years ago
parent
commit
ac1ed7a69c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      examples/Makefile.am

+ 2 - 0
examples/Makefile.am

@@ -184,6 +184,8 @@ endif
 
 if !NO_BLAS_LIB 
 
+check_PROGRAMS += strassen2/strassen
+
 examplebin_PROGRAMS += strassen2/strassen
 
 strassen2_strassen_SOURCES = 			\