jompiler/run-tests.sh
10x Developer 0d6e499cc9 Fix test run script to call correct test runner
Deleted simple-test-runner.js and updated run-tests.sh to call test-current.js instead of the non-existent test-harness.js
2026-05-03 17:59:46 +02:00

5 lines
No EOL
103 B
Bash
Executable file

#!/bin/bash
# Simple script to run all compiler tests
echo "Running all tests..."
node test-current.js