mirror of
				https://github.com/kata-containers/kata-containers.git
				synced 2025-10-31 09:26:52 +00:00 
			
		
		
		
	ci: Add minimal makefile to use central go test script
This adds a basic Makefile where we can use a central go test script in order to run the tests for the CI. Fixes #109 Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
		
							
								
								
									
										7
									
								
								Makefile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								Makefile
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,7 @@ | ||||
| # Copyright (c) 2020 Intel Corporation | ||||
| # | ||||
| # SPDX-License-Identifier: Apache-2.0 | ||||
| # | ||||
|  | ||||
| test: | ||||
| 	bash ci/go-test.sh | ||||
							
								
								
									
										11
									
								
								ci/go-test.sh
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										11
									
								
								ci/go-test.sh
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| # | ||||
| # Copyright (c) 2020 Intel Corporation | ||||
| # | ||||
| # SPDX-License-Identifier: Apache-2.0 | ||||
|  | ||||
| set -e | ||||
|  | ||||
| cidir=$(dirname "$0") | ||||
| source "${cidir}/lib.sh" | ||||
|  | ||||
| run_go_test | ||||
		Reference in New Issue
	
	Block a user