How are module testsuites supposed to work? I've added a Nettle subdirectory, and run make force_Autoconfig, and recompiled.
In the build dir, build/<system>/post_modules/Nettle, there's no testsuite file. When I run make verify, it complains
Failed to read test file "testsuite", errno=2. make: *** [verify] Error 1
and when I run make testsuite, it says
make: `../../testsuite' is up to date.
Running touch testsuite && touch $src/testsuite && make testsuite seems to create a testsuite, though.
You need to have a testsuite.in in your source directory.
/ Henrik Grubbström (Lysator)
Previous text:
2003-03-12 15:13: Subject: Module testsuites
How are module testsuites supposed to work? I've added a Nettle subdirectory, and run make force_Autoconfig, and recompiled.
In the build dir, build/<system>/post_modules/Nettle, there's no testsuite file. When I run make verify, it complains
Failed to read test file "testsuite", errno=2. make: *** [verify] Error 1
and when I run make testsuite, it says
make: `../../testsuite' is up to date.
Running touch testsuite && touch $src/testsuite && make testsuite seems to create a testsuite, though.
/ Niels Möller ()
make testsuites
/ Martin Nilsson (har bott i google)
Previous text:
2003-03-12 15:13: Subject: Module testsuites
How are module testsuites supposed to work? I've added a Nettle subdirectory, and run make force_Autoconfig, and recompiled.
In the build dir, build/<system>/post_modules/Nettle, there's no testsuite file. When I run make verify, it complains
Failed to read test file "testsuite", errno=2. make: *** [verify] Error 1
and when I run make testsuite, it says
make: `../../testsuite' is up to date.
Running touch testsuite && touch $src/testsuite && make testsuite seems to create a testsuite, though.
/ Niels Möller ()
pike-devel@lists.lysator.liu.se