Initial wasm simulator checkpoint
This commit is contained in:
14
test-all-native.sh
Executable file
14
test-all-native.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
./test-native.sh
|
||||
./test-linuxcnc-source-syntax.sh
|
||||
./test-linuxcnc-source-objects.sh
|
||||
./test-linuxcnc-source-link.sh
|
||||
./test-linuxcnc-bridge-native.sh
|
||||
./test-linuxcnc-rs274-native.sh
|
||||
./test-linuxcnc-api-native.sh
|
||||
|
||||
echo "all native tests passed"
|
||||
Reference in New Issue
Block a user