File: test.sh

package info (click to toggle)
libonig 6.9.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,828 kB
  • sloc: ansic: 89,536; sh: 4,580; python: 1,462; makefile: 300; cpp: 21
file content (17 lines) | stat: -rwxr-xr-x 460 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh

echo "[Oniguruma API, UTF-8 check]"
./test_utf8  | grep RESULT
echo "[Oniguruma API, SYNTAX check]"
./test_syntax  | grep RESULT
echo "[Oniguruma API, Options check]"
./test_options  | grep RESULT
echo "[Oniguruma API, EUC-JP check]"
./testc  | grep RESULT
echo "[Oniguruma API, UTF-16 check]"
./testcu | grep RESULT
echo ""
echo "[Oniguruma API, regset check]"
./test_regset
echo "[Oniguruma API, backward search check]"
./test_back  | grep RESULT