File: CMakeLists.txt

package info (click to toggle)
openstructure 2.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 206,240 kB
  • sloc: cpp: 188,571; python: 36,686; ansic: 34,298; fortran: 3,275; sh: 312; xml: 146; makefile: 29
file content (29 lines) | stat: -rw-r--r-- 828 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
set(OST_MOL_ALG_UNIT_TESTS
  test_superposition.cc
  tests.cc
  test_consistency_checks.cc
  test_partial_sec_struct_assignment.cc
  test_pdbize.py
  test_convenient_superpose.py
  test_hbond.py
  test_accessibility.py
  test_sec_struct.py
  test_lddt.py
  test_qsscore.py
  test_stereochemistry.py
  test_contact_score.py
  test_biounit.py
  test_ost_dockq.py
  test_bblddt.py
)

if (COMPOUND_LIB)
  list(APPEND OST_MOL_ALG_UNIT_TESTS test_qsscoring.py
                                     test_nonstandard.py
                                     test_chain_mapping.py
                                     test_ligand_scoring.py
                                     test_scoring.py
                                     test_scoring_base.py)
endif()

ost_unittest(MODULE mol_alg SOURCES "${OST_MOL_ALG_UNIT_TESTS}" LINK ost_io)