summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2018-12-17 09:52:05 -0800
committerLucas De Marchi <lucas.demarchi@intel.com>2018-12-17 09:52:05 -0800
commit028d4df365484206cf8baadad905870bbc079c5e (patch)
tree0023211334252efb420673f256f2da08d6e229e1 /testsuite
parentedc9d81754f320ff3de25584c5d3281e5b87f0a5 (diff)
downloadkmod-028d4df365484206cf8baadad905870bbc079c5e.tar.gz
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/README2
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'