mirror of
https://github.com/AuxXxilium/kmod.git
synced 2024-11-23 23:10:53 +07:00
Add WARNING file for test dir and improve testsuite README
This commit is contained in:
parent
23e354bfdf
commit
54c43dff1b
2
TODO
2
TODO
@ -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
3
test/WARNING
Normal 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.
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user