Hi,
there are three tests which cannot be build from source:
testsuite/sexp-conv-test testsuite/symbols-test testsuite/pkcs1-conv-test
If you remove them the following fails: make clean make make check
Making check in testsuite make[1]: Entering directory `/usr/oms/src/nettle/testsuite' make[1]: *** No rule to make target `sexp-conv-test', needed by `check'. Stop.
These three binaries are in the git repository ... what's that ? Shouldn't there be sources a possibility to build the binaries ?
Regards ,Tim
Tim Ruehsen tim.ruehsen@gmx.de writes:
there are three tests which cannot be build from source:
testsuite/sexp-conv-test testsuite/symbols-test testsuite/pkcs1-conv-test
Those test cases are shell scripts. Don't remove them. If they were removed by make clean (but doesn't happen for me, at least), that's a bug in the Makefile.
Regards, /Niels
Ups, sorry. I just didn't realize they are scripts.
Am Thursday 13 September 2012 schrieb Niels Möller:
Tim Ruehsen tim.ruehsen@gmx.de writes:
there are three tests which cannot be build from source:
testsuite/sexp-conv-test testsuite/symbols-test testsuite/pkcs1-conv-test
Those test cases are shell scripts. Don't remove them. If they were removed by make clean (but doesn't happen for me, at least), that's a bug in the Makefile.
Regards, /Niels
Regards, Tim
nettle-bugs@lists.lysator.liu.se