Removed version gtests from openpower-pnor-code-mgmt

These gtests were moved to phosphor-bmc-code-mgmt in
https://gerrit.openbmc-project.xyz/#/c/3802/
I left the base test code since tests are needed
for other functions in this repo.

Change-Id: Id3f4666550ce04ddec5e34dcfe103cfe0ea42304
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
3 files changed
tree: 30fd768349b874bc536cd0cfe4ce6e1f8e94152c
  1. m4/
  2. test/
  3. .gitignore
  4. activation.cpp
  5. activation.hpp
  6. bootstrap.sh
  7. configure.ac
  8. generate-squashfs
  9. item_updater.cpp
  10. item_updater.hpp
  11. item_updater_main.cpp
  12. LICENSE
  13. Makefile.am
  14. README.md
  15. version_host_software_manager.cpp
  16. version_host_software_manager.hpp
  17. version_host_software_manager_main.cpp
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`.