File: wasm-shell.test

package info (click to toggle)
binaryen 120-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 41,284 kB
  • sloc: cpp: 189,449; javascript: 62,189; ansic: 14,087; python: 5,379; pascal: 441; sh: 77; makefile: 30; asm: 27
file content (17 lines) | stat: -rw-r--r-- 651 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
;; RUN: wasm-shell --help | filecheck %s
;; CHECK: ================================================================================
;; CHECK-NEXT: wasm-shell INFILE
;; CHECK-NEXT:
;; CHECK-NEXT: Execute .wast files
;; CHECK-NEXT: ================================================================================
;; CHECK-NEXT:
;; CHECK-NEXT:
;; CHECK-NEXT: General options:
;; CHECK-NEXT: ----------------
;; CHECK-NEXT:
;; CHECK-NEXT:   --version  Output version information and exit
;; CHECK-NEXT:
;; CHECK-NEXT:   --help,-h  Show this help message and exit
;; CHECK-NEXT:
;; CHECK-NEXT:   --debug,-d Print debug information to stderr
;; CHECK-NEXT: