aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2016-11-23 21:28:56 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2016-11-23 21:28:56 +0530
commit65a44f52aade93fe35a56d5686dcd03993897069 (patch)
tree7b8d6d88afa938154b62e9dda483f92eb070e599 /README.md
parentfcbee35104c369fbcc539f90b435d6d768070f2d (diff)
downloadmeson-65a44f52aade93fe35a56d5686dcd03993897069.zip
meson-65a44f52aade93fe35a56d5686dcd03993897069.tar.gz
meson-65a44f52aade93fe35a56d5686dcd03993897069.tar.bz2
README.md: Add a warning about zipapp adding tests
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3770569..645dd97 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,10 @@ executable run the following command:
Note that the source checkout may not be `meson` because it would
clash with the generated binary name.
+This will zip all files inside the source checkout into the script
+which includes hundreds of tests, so you might want to temporarily
+remove those before running it.
+
####Running
Meson requires that you have a source directory and a build directory