Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / cld_2 / src / internal / compile_and_test_all.sh
index 002b198..afe0915 100755 (executable)
@@ -20,12 +20,14 @@ trap 'echo "FAILED!" && exit 1' INT TERM EXIT
 echo "--> [1 of 7] Invoking: compile.sh..."
 ./compile.sh
 echo "--> [2 of 7] Testing results of compile.sh..."
-echo "--> compact_lang_det_test_chrome... "
-echo "this is some english text" | ./compact_lang_det_test_chrome
-echo "--> cld2_unittest... "
-./cld2_unittest > /dev/null
-echo "--> cld2_unittest_avoid... "
-./cld2_unittest_avoid > /dev/null
+echo "--> compact_lang_det_test_chrome_2... "
+echo "this is some english text" | ./compact_lang_det_test_chrome_2
+echo "--> compact_lang_det_test_chrome_16... "
+echo "this is some english text" | ./compact_lang_det_test_chrome_16
+echo "--> cld2_unittest_chrome_2... "
+./cld2_unittest_chrome_2 > /dev/null
+echo "--> cld2_unittest_avoid_chrome_2... "
+./cld2_unittest_avoid_chrome_2 > /dev/null
 
 # ----------------------------------------------------------------------------
 echo "--> [3 of 7] Invoking: compile_libs.sh..."
@@ -56,4 +58,4 @@ echo "--> cld2_dynamic_unittest... "
 ./cld2_dynamic_unittest --data-file cld2_data.bin > /dev/null
 
 trap - INT TERM EXIT
-echo "All libraries compiled and all tests passed!"
\ No newline at end of file
+echo "All libraries compiled and all tests passed!"