Add Google test based tests.

Initial testing include an "id test", which really just a
template test at this point, and a temperature sensor test.

The google test code is included in this commit. It will
eventually be taken out and replaced with a pull from a google
external repo.

Change-Id: I591818a9c169f4654fc8d8f17cf648f227d72545
이 커밋은 다음에 포함됨:
Chris Freehill
2020-01-06 11:15:19 -06:00
부모 dc6f6f3e9a
커밋 ca4344f5fa
345개의 변경된 파일139118개의 추가작업 그리고 3개의 파일을 삭제
+4 -2
파일 보기
@@ -272,10 +272,12 @@ rdc_channel_connection_verify(rdc_channel_t channel);
* @p channel[inout] A pointer to caller provided memory to which an
* ::rdc_channel_t will be written
*
* @param[in] ip A pointer to a string containing the address of the server
* @param[in] ip A pointer to a string containing the address of the server.
* If nullptr is passed for this parameter, RDC_DEFAULT_SERVER_IP will be used.
*
* @param[in] port A pointer to string containing the port on which the
* RDC server is listening
* RDC server is listening. If nullptr is passed for this parameter,
* RDC_DEFAULT_SERVER_PORT will be used.
*
* @param[in] secure A bool indicating whether SSL should be used for
* communications (not currently supported)