2021-07-07 02:11:25 +00:00
|
|
|
$testRoot = ".\"
|
|
|
|
$PowerEditor = "$testRoot\..\..\"
|
|
|
|
|
2021-07-07 13:20:16 +00:00
|
|
|
Copy-Item "$PowerEditor\installer\functionList" -Destination "$PowerEditor\bin" -Recurse -Force
|
|
|
|
Copy-Item "$PowerEditor\installer\filesForTesting\regexGlobalTest.xml" -Destination "$PowerEditor\bin\functionList" -Force
|
|
|
|
Copy-Item "$PowerEditor\installer\filesForTesting\overrideMap.xml" -Destination "$PowerEditor\bin\functionList" -Force
|
2021-07-07 02:11:25 +00:00
|
|
|
|
|
|
|
& ".\unitTestLauncher.ps1"
|