Split integration test file (#4205)
Some checks are pending
CodeQL / Analyze (go) (push) Waiting to run
Test fzf on Linux / build (push) Waiting to run
Test fzf on macOS / build (push) Waiting to run

This commit is contained in:
Junegunn Choi
2025-01-25 19:57:40 +09:00
committed by GitHub
parent 04017c25bb
commit 0237bf09bf
19 changed files with 4622 additions and 4519 deletions

5
test/runner.rb Normal file
View File

@@ -0,0 +1,5 @@
# frozen_string_literal: true
Dir[File.join(__dir__, 'test_*.rb')].each { require it }
require 'minitest/autorun'