summaryrefslogtreecommitdiff
path: root/test/test.sh
blob: 08c52a8436f227672b72e074f78c450c6815d123 (plain)
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