We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3340136 commit 0142860Copy full SHA for 0142860
1 file changed
tests/CMakeLists.txt
@@ -1,3 +1,12 @@
1
+# ===========================================================================
2
+# Lambda tests
3
4
+
5
+cmake_minimum_required (VERSION 3.0.0)
6
7
+enable_testing ()
8
+include (CTest)
9
10
## only subset of tests
11
if (LAMBDA_FASTBUILD)
12
set (PROGS blastp blastx)
@@ -24,6 +33,3 @@ foreach(PROG ${PROGS})
24
33
endforeach()
25
34
26
35
27
-
28
-## TODO remove files afterwards, remove folder hierarchy
29
-## only .fasta.gz and md5sums files are required
0 commit comments