Beispiel #1
0
def test_icu():
    print ('Testing ICU')
    from calibre.utils.icu_test import test_build
    test_build()
    print ('ICU OK!')
Beispiel #2
0
def test_dukpy():
    fprint('Testing dukpy')
    from duktape import test_build
    test_build()
    fprint('dukpy OK!')
Beispiel #3
0
def test_icu():
    fprint('Testing ICU')
    from calibre.utils.icu_test import test_build
    test_build()
    fprint('ICU OK!')
Beispiel #4
0
def test_dukpy():
    print ('Testing dukpy')
    from duktape import test_build
    test_build()
    print ('dukpy OK!')
Beispiel #5
0
def test_icu():
    print("Testing ICU")
    from calibre.utils.icu_test import test_build

    test_build()
    print("ICU OK!")
Beispiel #6
0
def test_dukpy():
    fprint("Testing dukpy")
    from duktape import test_build

    test_build()
    fprint("dukpy OK!")