summaryrefslogtreecommitdiffstats
path: root/vpnor/test/toc_flags.cpp
Commit message (Collapse)AuthorAgeFilesLines
* vpnor: Rename pnor_partition_table sources to tableAndrew Jeffery2019-03-191-1/+1
| | | | | Change-Id: I95c5129aa81a7b4a4d88ce2f7edf6a10a3c94b98 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
* vpnor: Rename pnor_partition_defs sources to ffsAndrew Jeffery2019-03-191-1/+1
| | | | | Change-Id: I1bb919eec2a12403474d58540c52beab8664b8b8 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
* vpnor: Shuffle and rework includes for sanityAndrew Jeffery2019-03-151-1/+1
| | | | | | | | | | Include ordering and whether or not C linkage is forced by `extern "C"` blocks can cause headaches at link time. Ensure that all C dependencies are included in an `extern C` block before other includes occur. Also include the C++ versions of string.h and assert.h Change-Id: Ia96f6044d40c8eccb907b65924efcf62ac7a89c3 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
* clang-format: Pull the format rules from the openbmc/docs repoWilliam A. Kennington III2018-10-121-1/+3
| | | | | | | | | | This makes it consistent with other openbmc projects for c++ formatting. Tested: Run through the unit test suite. Change-Id: I92030ce5b42de01360393687fb438faf26f36ac8 Signed-off-by: William A. Kennington III <wak@google.com>
* test: Move vpnor tests to vpnor directoryAndrew Jeffery2018-04-041-0/+77
In the spirit of things that are together should be kept together. The repository layout now better corresponds to upstream with the exception of the vpnor directory and some modifications to Makefile.am Change-Id: I16d59a3c9ee846065f6a8c83eb4459715d525f3f Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
OpenPOWER on IntegriCloud