Deleted simple-test-runner.js and updated run-tests.sh to call test-current.js instead of the non-existent test-harness.js
5 lines
No EOL
103 B
Bash
Executable file
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 |