diff options
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/release_managers_guide.pod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index 5deb7aace1..24afdf760c 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -891,6 +891,9 @@ to find willing victims. Check that basic configuration and tests work on each test machine: + $ ./Configure -des && make all test + + # Or for a development release: $ ./Configure -Dusedevel -des && make all test =head4 Run the test harness and install |