|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/regress.sgml,v 1.42 2004/11/15 06:32:14 neilc Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/regress.sgml,v 1.43 2004/12/02 20:35:45 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="regress">
|
4 | 4 | <title id="regress-title">Regression Tests</title>
|
@@ -46,8 +46,11 @@ gmake check
|
46 | 46 | in the top-level directory. (Or you can change to
|
47 | 47 | <filename>src/test/regress</filename> and run the command there.)
|
48 | 48 | This will first build several auxiliary files, such as
|
49 |
| - some sample |
50 |
| - user-defined trigger functions, and then run the test driver |
| 49 | + some sample user-defined trigger functions, and then run the test driver |
| 50 | + script. On some platforms if you want perform a <literal>make check<literal> |
| 51 | + without installing it first, you have to build with: |
| 52 | + <literal>configure --disable-rpath</>. |
| 53 | + At the end you should see something like |
51 | 54 | script. At the end you should see something like
|
52 | 55 | <screen>
|
53 | 56 | <computeroutput>
|
|