Skip to content

Commit

Permalink
test: remove infinite recursion stress test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh0g0-1758 committed Feb 16, 2025
1 parent c37e6c9 commit efa7bcf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 27 deletions.
4 changes: 2 additions & 2 deletions stress/check_memory_leaks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ check_leak() {
fi
}

for test in $TEST_DIR/test{1..6}.c; do
for test in $TEST_DIR/test{1..5}.c; do
check_leak "$test"
done

for exe in test{1..6}; do
for exe in test{1..5}; do
rm $exe
done
2 changes: 1 addition & 1 deletion stress/stress_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ run_test() {
fi
}

for test in $TEST_DIR/test{1..6}.c; do
for test in $TEST_DIR/test{1..5}.c; do
run_test "$test"
done
24 changes: 0 additions & 24 deletions stress/tests/test6.c

This file was deleted.

0 comments on commit efa7bcf

Please sign in to comment.