Skip to content

Commit cc6bb58

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

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

TESTING/CMakeLists.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
LANGUAGES C Fortran
15+
)
16+
enable_testing()

0 commit comments

Comments
 (0)