Text Size: Normal / Large
PostgreSQL
PrevChapter 26. Regression TestNext

Directory Layout

NOTE: This should become a table in the previous section.

  input/ .... .source files that are converted using 'make all' into
               some of the .sql files in the 'sql' subdirectory
 
   output/ ... .source files that are converted using 'make all' into
               .out files in the 'expected' subdirectory
 
   sql/ ...... .sql files used to perform the regression tests
 
   expected/ . .out files that represent what we *expect* the results to
               look like
 
   results/ .. .out files that represent what the results *actually* look
               like. Also used as temporary storage for table copy testing.


PrevHomeNext
Regression TestUpRegression Test Procedure
Privacy Policy | Project hosted by our server sponsors. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group