mirror of
				https://github.com/notepad-plus-plus/notepad-plus-plus.git
				synced 2025-10-30 02:53:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			417 B
		
	
	
	
		
			PowerShell
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			417 B
		
	
	
	
		
			PowerShell
		
	
	
	
	
	
| $testRoot = ".\"
 | |
| $PowerEditor = "$testRoot\..\..\"
 | |
| 
 | |
| 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
 | |
| 
 | |
| & ".\unitTestLauncher.ps1" |