consolidate the tests locations
This commit is contained in:
8
src/__Tests/reachability/runners/run_all.ps1
Normal file
8
src/__Tests/reachability/runners/run_all.ps1
Normal file
@@ -0,0 +1,8 @@
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
python (Join-Path $PSScriptRoot "..\\scripts\\update_corpus_manifest.py") | Out-Null
|
||||
python (Join-Path $PSScriptRoot "..\\samples-public\\scripts\\update_manifest.py") | Out-Null
|
||||
python (Join-Path $PSScriptRoot "..\\fixtures\\reachbench-2025-expanded\\harness\\update_variant_manifests.py") | Out-Null
|
||||
|
||||
Write-Host "reachability: manifests regenerated"
|
||||
|
||||
9
src/__Tests/reachability/runners/run_all.sh
Normal file
9
src/__Tests/reachability/runners/run_all.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
python3 "$(dirname "$0")/../scripts/update_corpus_manifest.py" >/dev/null
|
||||
python3 "$(dirname "$0")/../samples-public/scripts/update_manifest.py" >/dev/null
|
||||
python3 "$(dirname "$0")/../fixtures/reachbench-2025-expanded/harness/update_variant_manifests.py" >/dev/null
|
||||
|
||||
echo "reachability: manifests regenerated"
|
||||
|
||||
Reference in New Issue
Block a user