Files
codeql/unified/scripts/update-corpus.sh
Asger F f668b99d6d Unified: Add support for tree-sitter-style corpus tests
This adds tests consisting of source code and a printout of its rewritten AST.
2026-05-13 10:35:02 +02:00

9 lines
116 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
IFS=$'\n\t'
cd "$(dirname "$0")/.."
cd extractor
UNIFIED_UPDATE_CORPUS=1 cargo test