examples.sh exclude low_complexity_mode_test w/realtime-only This fixes the exclusion added in c3315eeb3e Add low-complexity decode mode test low_complexity_decode_mode_test -> low_complexity_mode_test Change-Id: I525051b4d26a75f4bf5bcaf495c41d002aa0f283
diff --git a/test/examples.sh b/test/examples.sh index 7eb4464..94ae63d 100755 --- a/test/examples.sh +++ b/test/examples.sh
@@ -19,7 +19,7 @@ exclude_list="best_encode examples run_encodes tools_common" if [ "$(realtime_only_build)" = "yes" ]; then - exclude_list="${exclude_list} twopass_encoder simple_decoder lightfield_test low_complexity_decode_mode_test" + exclude_list="${exclude_list} twopass_encoder simple_decoder lightfield_test low_complexity_mode_test" fi # Filter out the scripts in $exclude_list.