We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f09e720 commit cc6bb58Copy full SHA for cc6bb58
TESTING/CMakeLists.txt
@@ -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