Ver código fonte

Updated SdkTestProcedureSop.txt after testing on VM1-WinSDK-Test-Labrat.

Updated createDistribution to delete the .zip file before creating it.
master
adeniz 4 anos atrás
pai
commit
6f6b292c24
2 arquivos alterados com 111 adições e 10 exclusões
  1. 110
    10
      SdkTestProcedureSop.txt
  2. 1
    0
      createDistribution

+ 110
- 10
SdkTestProcedureSop.txt Ver arquivo

@@ -33,14 +33,38 @@ SNFMulti SDK .zip package is created.
[ ] identity.xml
[ ] testmode.gbx
[ ] testmode.snf
[ ] getRulebase.cmd
[ ] GBUdbIgnoreList.txt
[ ] curl.exe
[ ] SNF2Check.exe
[ ] Test the C++ sample program:
[ ] With Visual Studio 2019, open VS2019CPPSample\VS2019CPPSample.sln.
[ ] Verify that the program builds and runs with no errors for each
platform (x64 and x86) and for Release and Debug
platform:
[ ] Select x64 and Release
[ ] Verify that the program runs successfully.
[ ] Select x64 for Debug
[ ] Verify that the program runs successfully.
[ ] Select x86 for Release
[ ] Verify that the program runs successfully.
[ ] Select x86 for Debug
[ ] Verify that the program runs successfully.
[ ] Exit Visual Studio 2019.
@@ -49,11 +73,49 @@ SNFMulti SDK .zip package is created.
[ ] With Visual Studio 2019, open VS2019CSSample\VS2019CSSample.sln.
[ ] Verify that the program builds and runs with no errors for each
platform (x64, x86, and Any CPU) and for Release and Debug.
platform (x64, x86, and Any CPU) and for Release and Debug:
[ ] x64:
[ ] In main.cs, uncomment the line that initializes the
SNFMULTI_DLL variable with the path to the DLL for the
"x64" platform.
[ ] Select Debug.
[ ] Verify that the program runs successfully.
[ ] Select Release.
[ ] Verify that the program runs successfully.
[ ] x86:
[ ] In main.cs, uncomment the line that initializes the
SNFMULTI_DLL variable with the path to the DLL for the
"x86" platform.
[ ] Select Debug.
[ ] Verify that the program runs successfully.
[ ] Select Release.
For the different platforms, in main.cs, uncomment the
appropriate line for initializing the SNFMULTI_CLL string
variable to specify the location of the SNFMulti.dll file.
[ ] Verify that the program runs successfully.
[ ] Any CPU:
[ ] In main.cs, uncomment the line that initializes the
SNFMULTI_DLL variable with the path to the DLL for "Any
CPU" platform.
[ ] Select Debug.
[ ] Verify that the program runs successfully.
[ ] Select Release.
[ ] Verify that the program runs successfully.
[ ] Exit Visual Studio 2019.
@@ -62,11 +124,49 @@ SNFMulti SDK .zip package is created.
[ ] With Visual Studio 2019, open VS2019VBSample\VS2019VBSample.sln.
[ ] Verify that the program builds and runs with no errors for each
platform (x64, x86, and Any CPU) and for Release and Debug.
platform:
[ ] x64:
[ ] In main.vb, uncomment the line that initializes the
SNFMULTI_DLL variable with the path to the DLL for the
"x64" platform.
[ ] Select Debug.
[ ] Verify that the program runs successfully.
[ ] Select Release.
[ ] Verify that the program runs successfully.
[ ] x86:
[ ] In main.vb, uncomment the line that initializes the
SNFMULTI_DLL variable with the path to the DLL for the
"x86" platform.
[ ] Select Debug.
[ ] Verify that the program runs successfully.
[ ] Select Release.
[ ] Verify that the program runs successfully.
[ ] Any CPU:
[ ] In main.vb, uncomment the line that initializes the
SNFMULTI_DLL variable with the path to the DLL for "Any
CPU" platform.
[ ] Select Debug.
[ ] Verify that the program runs successfully.
[ ] Select Release.
For the different platforms, in main.vb, uncomment the
appropriate line for initializing the SNFMULTI_CLL string
variable to specify the location of the SNFMulti.dll file.
[ ] Verify that the program runs successfully.
[ ] Exit Visual Studio 2019.

+ 1
- 0
createDistribution Ver arquivo

@@ -75,6 +75,7 @@ done
cp include/snfmultidll.h include/snfmultidll.h.html $DirName/include

# Create the zipfile.
rm -f $ZipFile
jzip -p -r $ZipFile $DirName

echo Created zipfile $ZipFile

Carregando…
Cancelar
Salvar