Fix commandlines for final two ECPG regression tests
authorMagnus Hagander <magnus@hagander.net>
Wed, 3 Oct 2007 12:31:18 +0000 (12:31 +0000)
committerMagnus Hagander <magnus@hagander.net>
Wed, 3 Oct 2007 12:31:18 +0000 (12:31 +0000)
src/tools/msvc/ecpg_regression.proj

index cccd6bce2edbeb109f2c55c070bb981f0c551644..874ea10dfbd07309f4c44503ba001473a9725003 100644 (file)
   <CreateProperty Value="-c" Condition="'%(Pgc.FileName)'=='array_of_struct'">
    <Output TaskParameter="Value" PropertyName="ECPGPARAM" />
   </CreateProperty>
+  <CreateProperty Value="-r questionmarks" Condition="'%(Pgc.FileName)'=='oldexec'">
+   <Output TaskParameter="Value" PropertyName="ECPGPARAM" />
+  </CreateProperty>
+  <CreateProperty Value="-r prepare" Condition="'%(Pgc.FileName)'=='autoprep'">
+   <Output TaskParameter="Value" PropertyName="ECPGPARAM" />
+  </CreateProperty>
 
   <!-- Run ECPG and the Visual C++ compiler on the files. Don't bother with dependency check between the steps -->
   <Exec WorkingDirectory="%(Pgc.RelativeDir)" Command="$(OUTDIR)ecpg\ecpg -I ../../include --regression $(ECPGPARAM) -o %(Pgc.Filename).c %(Pgc.Filename).pgc" />