From: Lucas De Marchi Date: Mon, 6 Feb 2012 21:50:17 +0000 (-0200) Subject: Add WARNING file for test dir and improve testsuite README X-Git-Tag: v5~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54c43dff1becf18711ca827932672af5011b774a;p=thirdparty%2Fkmod.git Add WARNING file for test dir and improve testsuite README --- diff --git a/TODO b/TODO index 91e1ea7f..23d7c764 100644 --- a/TODO +++ b/TODO @@ -38,8 +38,6 @@ Features: * Stop using system() inside the library and use fork + exec instead -* Add README to testsuite - Known Bugs: =========== diff --git a/test/WARNING b/test/WARNING new file mode 100644 index 00000000..c5cfecea --- /dev/null +++ b/test/WARNING @@ -0,0 +1,3 @@ +Don't add new tests here. They are not built anymore on purpose and are being +slowly migrated to testsuite dir. See testsuite/README in order to add new test +cases. diff --git a/testsuite/README b/testsuite/README index 38afe20e..037ca23f 100644 --- a/testsuite/README +++ b/testsuite/README @@ -52,3 +52,6 @@ rootfs.tar.xz before sending patches. 8 - Tests can be run individually, outside of 'make check'. strace and gdb work too, as long as you tell them to operate on child process. + +9 - Make sure test passes when using "default" build flags, i.e. by running +bootstrap-configure instead of simpler bootstrap/autogen.sh