Skip to content

Commit 0142860

Browse files
committed
[FIX] fix the testing framework after giving up SeqAnBuildSystem
1 parent 3340136 commit 0142860

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

tests/CMakeLists.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
## only subset of tests
211
if (LAMBDA_FASTBUILD)
312
set (PROGS blastp blastx)
@@ -24,6 +33,3 @@ foreach(PROG ${PROGS})
2433
endforeach()
2534
endforeach()
2635
endforeach()
27-
28-
## TODO remove files afterwards, remove folder hierarchy
29-
## only .fasta.gz and md5sums files are required

0 commit comments

Comments
 (0)