Skip to content

Commit

Permalink
Fix typo in make test
Browse files Browse the repository at this point in the history
  • Loading branch information
spond committed Mar 14, 2020
1 parent a1b28dd commit 3145b6c
Show file tree
Hide file tree
Showing 2 changed files with 7,337 additions and 7,337 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -610,8 +610,8 @@ makeLink(HYPHYMP hyphy hyphy)
#-------------------------------------------------------------------------------

add_test (NAME UNIT-TESTS COMMAND bash run_unit_tests.sh)
add_test (CODON HYPHYMPI tests/hbltests/SimpleOptimizations/SmallCodon.bf)
add_test (PROTEIN HYPHYMPI tests/hbltests/SimpleOptimizations/IntermediateProtein.bf)
add_test (CODON HYPHYMP tests/hbltests/SimpleOptimizations/SmallCodon.bf)
add_test (PROTEIN HYPHYMP tests/hbltests/SimpleOptimizations/IntermediateProtein.bf)
add_test (NAME SLAC COMMAND HYPHYMP tests/hbltests/libv3/SLAC.wbf)
add_test (NAME SLAC-PARTITIONED COMMAND HYPHYMP tests/hbltests/libv3/SLAC-partitioned.wbf)
add_test (NAME FEL COMMAND HYPHYMP tests/hbltests/libv3/FEL.wbf)
Expand Down
Loading

0 comments on commit 3145b6c

Please sign in to comment.