commit | 5d482d9bfd8734f1824480d176e41ec01f7c5070 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Sun Nov 08 09:45:18 2020 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Wed Nov 11 16:42:32 2020 +0000 |
tree | 13f29be7dc25d8269ece4772b18329037b83753f | |
parent | 9d7976a8f23fd8a9975821ee80fbf2b74ac20ae7 [diff] |
test: remove gtest subproject fallback We don't have a gtest subproject, so remove the logic to fallback on one. This is a copy/paste mistake. Change-Id: I06b7361f0b0f93f9358d4f0615bdb9d2130fa92d Fixes: 919e408aaad453f94e1ff3d35440b8fc8a2f3e13 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Contains procedures that interact with the OpenPower nest chipset.
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To build with phal feature: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} --enable-phal --enable-openfsi 3. make To clean the repository run `./bootstrap.sh clean`.