mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 06:30:27 +03:00 
			
		
		
		
	Add a simple test for scanner
This commit is contained in:
		
							parent
							
								
									62d1c672f3
								
							
						
					
					
						commit
						5dee23f7a6
					
				
					 5 changed files with 68 additions and 0 deletions
				
			
		
							
								
								
									
										5
									
								
								tests/source-files/firebase-suspect/app/build.gradle
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								tests/source-files/firebase-suspect/app/build.gradle
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,5 @@
 | 
			
		|||
dependencies {
 | 
			
		||||
    compile 'com.google.firebase:firebase-core:11.6.2'
 | 
			
		||||
 | 
			
		||||
    testCompile 'junit:junit:4.12'
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										11
									
								
								tests/source-files/firebase-suspect/build.gradle
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								tests/source-files/firebase-suspect/build.gradle
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,11 @@
 | 
			
		|||
buildscript {
 | 
			
		||||
    dependencies {
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:2.3.3'
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
allprojects {
 | 
			
		||||
    repositories {
 | 
			
		||||
        maven { url "https://maven.google.com" }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										5
									
								
								tests/source-files/firebase-whitelisted/app/build.gradle
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								tests/source-files/firebase-whitelisted/app/build.gradle
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,5 @@
 | 
			
		|||
dependencies {
 | 
			
		||||
    compile 'com.firebase:firebase-jobdispatcher:0.8.4'
 | 
			
		||||
 | 
			
		||||
    testCompile 'junit:junit:4.12'
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										14
									
								
								tests/source-files/firebase-whitelisted/build.gradle
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								tests/source-files/firebase-whitelisted/build.gradle
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,14 @@
 | 
			
		|||
buildscript {
 | 
			
		||||
    repositories {
 | 
			
		||||
        jcenter()
 | 
			
		||||
    }
 | 
			
		||||
    dependencies {
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:2.3.3'
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
allprojects {
 | 
			
		||||
    repositories {
 | 
			
		||||
        jcenter()
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue