Skip to content

Commit

Permalink
Update list of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Jan 13, 2021
1 parent cd538db commit ea8d70f
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions test/tracking/model-based/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ list(APPEND video_model_list "ravioli-box" "ravioli-box" "klt")
list(APPEND video_model_list "ravioli-box" "ravioli-box" "hybrid")
list(APPEND video_model_list "ravioli-box" "ravioli-box-rotx" "klt")
list(APPEND video_model_list "ravioli-box" "ravioli-box-rotx" "hybrid")
list(APPEND video_model_list "ravioli-box" "ravioli-box-circle2" "hybrid")
list(APPEND video_model_list "coke" "coke" "klt")
list(APPEND video_model_list "coke" "coke" "hybrid")
list(APPEND video_model_list "coke-fs" "coke-fs" "hybrid")
list(APPEND video_model_list "coke-circle" "coke-circle1" "hybrid")
list(APPEND video_model_list "coke-circle" "coke-circle2" "hybrid")
list(APPEND video_model_list "tabasco-box" "tabasco-box" "hybrid")

list(LENGTH video_model_list list_length)
Expand All @@ -47,14 +49,14 @@ foreach(video_index RANGE 0 ${list_size} 3)
# loop over optimization method: (0) gauss newton, (1) levenberg marquart
foreach(optimization RANGE 0 1 1)
if(NOT track MATCHES "all")
if(NOT tracker EQUAL 0 AND track MATCHES "edge")
break()
elseif(NOT tracker EQUAL 1 AND track MATCHES "klt")
break()
elseif(NOT tracker EQUAL 2 AND track MATCHES "hybrid")
break()
endif()
endif()
if(NOT tracker EQUAL 0 AND track MATCHES "edge")
break()
elseif(NOT tracker EQUAL 1 AND track MATCHES "klt")
break()
elseif(NOT tracker EQUAL 2 AND track MATCHES "hybrid")
break()
endif()
endif()
set(test_name test-tracking-mb)
set(bin_name test-tracking-mb)
set(bin_option "")
Expand Down

0 comments on commit ea8d70f

Please sign in to comment.