Skip to content

Commit dedaed0

Browse files
committed
Add back the testing-suite
Signed-off-by: Cristian Le <git@lecris.dev>
1 parent f09e720 commit dedaed0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

TESTING/CMakeLists.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
cmake_minimum_required(VERSION 3.26...4.0)
2+
3+
## Old test-suite to be modernized
4+
# include only if this is included via `add_subdirectory`
5+
6+
if(DEFINED SCALAPACK_SOURCE_DIR)
7+
add_subdirectory(traditional)
8+
endif()
9+
10+
## Modern test-suite is an independent project
11+
12+
# TODO: Add the implementations
13+
project(scalapack-tests)
14+
enable_testing()

0 commit comments

Comments
 (0)