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-harness.js |