Add WARNING file for test dir and improve testsuite README

This commit is contained in:
Lucas De Marchi 2012-02-06 19:50:17 -02:00
parent 23e354bfdf
commit 54c43dff1b
3 changed files with 6 additions and 2 deletions

2
TODO
View File

@ -38,8 +38,6 @@ Features:
* Stop using system() inside the library and use fork + exec instead
* Add README to testsuite
Known Bugs:
===========

3
test/WARNING Normal file
View File

@ -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.

View File

@ -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