Hello Everyone, Alright, I installed the check library. and then did " make check". The output is as below.
base/types/pdf-i64-div.c:93:P:pdf_i64_div:pdf_i64_div_002: Passed base/types/pdf-i64-div.c:125:P:pdf_i64_div:pdf_i64_div_003: Passed base/types/pdf-i64-div.c:159:P:pdf_i64_div:pdf_i64_div_004: Passed base/types/pdf-i64-div.c:188:P:pdf_i64_div:pdf_i64_div_005: Passed I do not get the error as below :- base/types/pdf-i64-div.c:168:E:pdf_i64_div:pdf_i64_div_005:0: (after this point) Received signal 11 (Segmentation fault) Can someone guide me ? I look forward to learn and contribute. Thank you, Ashim. On Mon, Jul 6, 2009 at 2:06 PM, Aleksander Morgado<[email protected]> wrote: > >> >> Okay I understand that I am supposed to say " make check " in >> /torture/unit directory to run the checks , but I get a message saying >> " All 0 tests passed ", I do not see the error which says segmentation >> fault. >> > > Do you have `check' library installed? If not, no tests will be run, as > in your case. > > Another option to avoid installing `check' separately is to run > ./configure script with the `--enable-nocheck'. That will use the > built-in check replacement. > > Anyway, if possible, better install `check'. > > Cheers, > -Aleksander >
