mirror of
				https://github.com/ton-blockchain/ton
				synced 2025-03-09 15:40:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			167 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			167 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #!/bin/sh
 | |
| cp -r src/* ./test/ton/src/main/java/
 | |
| mkdir -p ./test/ton/src/cpp/prebuilt/
 | |
| cp -r libs/* ./test/ton/src/cpp/prebuilt/
 | |
| cd test
 | |
| ./gradlew connectedAndroidTest
 |