Merge pull request #2511 from kuzkry:PlatformIO-clean-up
PiperOrigin-RevId: 275840343
This commit is contained in:
		
							
								
								
									
										14
									
								
								library.json
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								library.json
									
									
									
									
									
								
							@@ -22,30 +22,18 @@
 | 
				
			|||||||
        ],
 | 
					        ],
 | 
				
			||||||
        "exclude": [
 | 
					        "exclude": [
 | 
				
			||||||
            "ci",
 | 
					            "ci",
 | 
				
			||||||
            "googlemock/build-aux",
 | 
					 | 
				
			||||||
            "googlemock/cmake",
 | 
					            "googlemock/cmake",
 | 
				
			||||||
            "googlemock/make",
 | 
					 | 
				
			||||||
            "googlemock/msvc",
 | 
					 | 
				
			||||||
            "googlemock/scripts",
 | 
					            "googlemock/scripts",
 | 
				
			||||||
            "googlemock/src/gmock-all.cc",
 | 
					            "googlemock/src/gmock-all.cc",
 | 
				
			||||||
            "googlemock/src/gmock_main.cc",
 | 
					            "googlemock/src/gmock_main.cc",
 | 
				
			||||||
            "googlemock/test",
 | 
					            "googlemock/test",
 | 
				
			||||||
            "googlemock/CMakeLists.txt",
 | 
					            "googlemock/CMakeLists.txt",
 | 
				
			||||||
            "googlemock/Makefile.am",
 | 
					 | 
				
			||||||
            "googlemock/configure.ac",
 | 
					 | 
				
			||||||
            "googletest/cmake",
 | 
					            "googletest/cmake",
 | 
				
			||||||
            "googletest/codegear",
 | 
					 | 
				
			||||||
            "googletest/m4",
 | 
					 | 
				
			||||||
            "googletest/make",
 | 
					 | 
				
			||||||
            "googletest/msvc",
 | 
					 | 
				
			||||||
            "googletest/scripts",
 | 
					            "googletest/scripts",
 | 
				
			||||||
            "googletest/src/gtest-all.cc",
 | 
					            "googletest/src/gtest-all.cc",
 | 
				
			||||||
            "googletest/src/gtest_main.cc",
 | 
					            "googletest/src/gtest_main.cc",
 | 
				
			||||||
            "googletest/test",
 | 
					            "googletest/test",
 | 
				
			||||||
            "googletest/xcode",
 | 
					            "googletest/CMakeLists.txt"
 | 
				
			||||||
            "googletest/CMakeLists.txt",
 | 
					 | 
				
			||||||
            "googletest/Makefile.am",
 | 
					 | 
				
			||||||
            "googletest/configure.ac"
 | 
					 | 
				
			||||||
          ]
 | 
					          ]
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "build": {
 | 
					  "build": {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -19,7 +19,7 @@ platform = espressif32
 | 
				
			|||||||
board = esp32dev
 | 
					board = esp32dev
 | 
				
			||||||
framework = arduino
 | 
					framework = arduino
 | 
				
			||||||
build_flags = -I./googletest/include -I./googletest
 | 
					build_flags = -I./googletest/include -I./googletest
 | 
				
			||||||
src_filter = +<*> -<.git/> -<googlemock> -<googletest/codegear/> -<googletest/samples> -<googletest/test/> -<googletest/xcode> -<googletest/src> +<googletest/src/gtest-all.cc> +<googletest/src/gtest_main.cc>
 | 
					src_filter = +<*> -<.git/> -<googlemock> -<googletest/samples> -<googletest/test/> -<googletest/src> +<googletest/src/gtest-all.cc> +<googletest/src/gtest_main.cc>
 | 
				
			||||||
upload_speed = 921600
 | 
					upload_speed = 921600
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[env:googlemock_esp32]
 | 
					[env:googlemock_esp32]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user