Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions tests/run.bash
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fi

# Run additional tests (e.g., runff and runANN)
run_test "runff" "runff"
run_test "runANN" "runff" # adjust the directory if runANN is in a different location
run_test "runANN" "runANN"

# Final summary
echo "--------------------------"
Expand All @@ -61,4 +61,3 @@ else
echo "All tests passed."
exit 0
fi
./clean.bash