diff options
author | Lucas De Marchi <lucas.demarchi@intel.com> | 2018-12-17 09:52:05 -0800 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2018-12-17 09:52:05 -0800 |
commit | 028d4df365484206cf8baadad905870bbc079c5e (patch) | |
tree | 0023211334252efb420673f256f2da08d6e229e1 /testsuite | |
parent | edc9d81754f320ff3de25584c5d3281e5b87f0a5 (diff) | |
download | kmod-028d4df365484206cf8baadad905870bbc079c5e.tar.gz kmod-028d4df365484206cf8baadad905870bbc079c5e.tar.bz2 kmod-028d4df365484206cf8baadad905870bbc079c5e.zip |
Remove bootstrap* scripts
Let's just use autogen.sh, no need for wrapper scripts. Now
`autogen.sh c` uses the same recommended options for developing kmod and
also accepts extra arguments.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/README b/testsuite/README index 6efc61e..052569f 100644 --- a/testsuite/README +++ b/testsuite/README @@ -58,4 +58,4 @@ pay attention when writing a test: 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 + 'autogen.sh c' |