Skip to content

Commit a3fd6f4

Browse files
Moving CI integration tests to Tests folder
1 parent 39a6ac5 commit a3fd6f4

File tree

11 files changed

+8
-8
lines changed

11 files changed

+8
-8
lines changed

Jenkinsfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -359,10 +359,10 @@ pipeline
359359
bash "ls -lah ./Build/Src/Tests"
360360
bash "cd ./Build && ./runcpp2 -l " +
361361
"-c ../DefaultYAMLs/DefaultUserConfig.yaml " +
362-
"--log-level info ../Examples/test.cpp"
362+
"--log-level info ../Tests/test.cpp"
363363
bash "cd ./Build && ./runcpp2 -l -b " +
364364
"-c ../DefaultYAMLs/DefaultUserConfig.yaml " +
365-
"--log-level info ../Examples/test.cpp"
365+
"--log-level info ../Tests/test.cpp"
366366
bash "ls -lah ./Build"
367367

368368

@@ -373,7 +373,7 @@ pipeline
373373
bash "ls -lah ./Build/Src/Tests"
374374
bash "cd ./Build && ./runcpp2 -l -b " +
375375
"-c ../DefaultYAMLs/DefaultUserConfig.yaml " +
376-
"--log-level info ../Examples/test_static.cpp"
376+
"--log-level info ../Tests/test_static.cpp"
377377
bash "ls -lah ./Build"
378378

379379

@@ -384,7 +384,7 @@ pipeline
384384
bash "ls -lah ./Build/Src/Tests"
385385
bash "cd ./Build && ./runcpp2 -l " +
386386
"-c ../DefaultYAMLs/DefaultUserConfig.yaml " +
387-
"--log-level info ../Examples/testLocalDependency.cpp"
387+
"--log-level info ../Tests/testLocalDependency.cpp"
388388
}
389389
post { failure { script { FAILED_STAGE = env.STAGE_NAME } } }
390390
}
@@ -415,10 +415,10 @@ pipeline
415415
bat 'dir'
416416
bat "cd .\\Build\\Debug && .\\runcpp2.exe -l " +
417417
"-c ..\\..\\DefaultYAMLs\\DefaultUserConfig.yaml " +
418-
"--log-level info ..\\..\\Examples\\test.cpp"
418+
"--log-level info ..\\..\\Tests\\test.cpp"
419419
bat "cd .\\Build\\Debug && .\\runcpp2.exe -l -b " +
420420
"-c ..\\..\\DefaultYAMLs\\DefaultUserConfig.yaml " +
421-
"--log-level info ..\\..\\Examples\\test.cpp"
421+
"--log-level info ..\\..\\Tests\\test.cpp"
422422
bat "dir .\\Build\\Debug"
423423

424424

@@ -428,7 +428,7 @@ pipeline
428428
bat 'dir'
429429
bat "cd .\\Build\\Debug && .\\runcpp2.exe -l -b " +
430430
"-c ..\\..\\DefaultYAMLs\\DefaultUserConfig.yaml " +
431-
"--log-level info ..\\..\\Examples\\test_static.cpp"
431+
"--log-level info ..\\..\\Tests\\test_static.cpp"
432432
bat "dir .\\Build\\Debug"
433433

434434

@@ -438,7 +438,7 @@ pipeline
438438
bat 'dir'
439439
bat "cd .\\Build\\Debug && .\\runcpp2.exe -l " +
440440
"-c ..\\..\\DefaultYAMLs\\DefaultUserConfig.yaml " +
441-
"--log-level info ..\\..\\Examples\\testLocalDependency.cpp"
441+
"--log-level info ..\\..\\Tests\\testLocalDependency.cpp"
442442
}
443443
post { failure { script { FAILED_STAGE = env.STAGE_NAME } } }
444444
}

Examples/LocalDependency/NestedTestDirectory/localDep2.cpp renamed to Tests/LocalDependency/NestedTestDirectory/localDep2.cpp

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)