Move version gtests to phosphor-bmc-code-mgmt

Moving the version gtests from openpower-pnor-code-mgmt to
phosphor-bmc-code-mgmt. This code has been reviewed before,
the only changes are renaming to "namespace phosphor",
changes related to renaming the files, and changes related
to renaming function getVersion to getValue.

Change-Id: Id799fcfff8effbb4c63f1f4e7169aa425567dd41
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
6 files changed
tree: f0a59b760cf287015ce2935a62d40c56036ea8ed
  1. test/
  2. .gitignore
  3. bootstrap.sh
  4. configure.ac
  5. download_manager.cpp
  6. download_manager.hpp
  7. download_manager_main.cpp
  8. image_manager.cpp
  9. image_manager.hpp
  10. image_manager_main.cpp
  11. LICENSE
  12. Makefile.am
  13. README.md
  14. version.cpp
  15. version.hpp
  16. version_software_manager.cpp
  17. version_software_manager.hpp
  18. watch.cpp
  19. watch.hpp
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.