Hi.
    
    1.compiled the code with "./configure CFLAGS=-g
    --with-libcheck-prefix=/users/home/john/gnupdf/check/" option
    2.followed the procedure as pointed in [1] to run the unit test.
    
    Unfortunately I got this message.
    
    make
    make[1]: Entering directory `/users/home/john/gnupdf/trunk/torture/unit'
    make[1]: Nothing to be done for `all'.
    make[1]: Leaving directory `/users/home/john/gnupdf/trunk/torture/unit'
    make  check-TESTS
    make[1]: Entering directory `/users/home/john/gnupdf/trunk/torture/unit'
    ==================
    All 0 tests passed
    ==================
    make[1]: Leaving directory `/users/home/john/gnupdf/trunk/torture/unit'
    
    
    is it right? otherwise can anyone give me clue how to run the unit
    test?

Please make sure that the right version of libcheck is found by your
configure script.  You can see it in your config.log file.

-- 
Jose E. Marchesi    jema...@gnu.org
GNU Project         http://www.gnu.org

Reply via email to