mirror of
https://github.com/lichess-org/dart-stockfish.git
synced 2026-05-26 13:51:01 +00:00
8 lines
121 B
Bash
Executable File
8 lines
121 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -euo pipefail
|
|
|
|
cd "$(dirname "${BASH_SOURCE[0]}")/.."
|
|
|
|
exec flutter test integration_test/app_test.dart
|