ディレクトリの配置

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.
      

  input/ .... ・ 'sql' サブディレクトリ の中にある 'make all' 
              によって .sql に変換された一部の .source ファイル

  output/ ... ・ 'expected' サブディレクトリ の中にある 'make all' 
              によって .out に変換された .source ファイル

  sql/ ...... ・ regression テストを行うための .sql ファイル

  expected/ . ・ 結果の「期待値」を保持する .out ファイル

  results/ .. ・ 「実際の」結果がどうであったかの .out ファイルで
              テーブルのコピーのテストの際に作業領域としても
              つかわれるもの。