add unit test for a simple fortran project
This commit is contained in:
		
							
								
								
									
										1
									
								
								test/fortran/src/CMakeLists.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								test/fortran/src/CMakeLists.txt
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | ||||
| add_executable(example example.f90) | ||||
							
								
								
									
										4
									
								
								test/fortran/src/example.f90
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								test/fortran/src/example.f90
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,4 @@ | ||||
| program example | ||||
|    implicit none | ||||
|    print *, 'Hello World!' | ||||
| end program | ||||
		Reference in New Issue
	
	Block a user