Skip to content

Commit

Permalink
Dummy check for merge conflict testing
Browse files Browse the repository at this point in the history
Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
  • Loading branch information
bensze01 committed Jul 19, 2023
1 parent 19280ad commit 9a47863
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/scripts/all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -918,6 +918,11 @@ helper_libtestdriver1_make_main() {
#
# Indicative running times are given for reference.

component_check_simulated_silent_merge_conflict () {
msg "Check: simulated silent merge conflict"
[ ! -e merge_conflict.txt ]
}

component_check_recursion () {
msg "Check: recursion.pl" # < 1s
tests/scripts/recursion.pl library/*.c
Expand Down

0 comments on commit 9a47863

Please sign in to comment.