summaryrefslogtreecommitdiffstats
path: root/test/utility
Commit message (Collapse)AuthorAgeFilesLines
* update .clang-format header inclusion orderPatrick Venture2018-08-312-1/+3
| | | | | | | | Added the header inclusion order to the .clang-format file generated these changes. Change-Id: Ia31b21d7ea451cac0309828006bc17c27cbd5bd5 Signed-off-by: Patrick Venture <venture@google.com>
* test/type_traits: Convert to gtestWilliam A. Kennington III2018-07-091-10/+16
| | | | | | | | | This is a fairly minimal and non-invasive change. This test doesn't really require the googletest framework since it is just using static_asserts. However, this moves us toward uniform testing. Change-Id: I35d507cf6c97384146120d4f8f1b5a2e52834a6d Signed-off-by: William A. Kennington III <wak@google.com>
* Update repo to conform to openbmc code standardAndrew Geissler2018-02-051-9/+6
| | | | | Change-Id: If1d6b1f04514367cc544c2507a845b3e9d6d3435 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* test: convert tuple_to_array to gtestPatrick Williams2017-05-021-6/+7
| | | | | Change-Id: Ie110fba8f1961ba0e1a46c670d98a2351a46d061 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Add tuple_to_array templatePatrick Williams2016-07-261-0/+17
| | | | | | | C++ template to convert tuple<T...> to array<T, N>. Change-Id: Ia9dff382f9c57d7608edaec281cf7d867aeed4b2 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Add array_to_ptr templatePatrick Williams2016-07-261-0/+24
C++ template to convert T[] type to T* type. Change-Id: I91c63b5d14b77f82d3deea3772990912dfcd4277 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
OpenPOWER on IntegriCloud