Home
last modified time | relevance | path

Searched hist:"37 fd9a65" (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-event/
H A DMakefile.am37fd9a65 Mon Nov 07 15:13:42 CST 2016 Josh King <jdking@us.ibm.com> Created gtest Framework - added necessary files

In order to convert phosphor-event tests to gtest
I needed to start by creating the framework for
the tests. I created a new sub directory called
test in which I created the cpp file utest where I will
be implementing the unit tests. As of right now
I have a sample test in place to verify that everything
is linked properly and will successfully pass its
test. Sample.cpp and Sample.h are needed for the
example test case created and ran inside utest.cpp.
I had to modify both the Makefile.am and configure.ac
to accomidate my new test directory so it would be
included in the make process.

Change-Id: I163584007f52b763c564de516effe35ae6055eb3
Signed-off-by: Josh King <jdking@us.ibm.com>
H A Dconfigure.ac37fd9a65 Mon Nov 07 15:13:42 CST 2016 Josh King <jdking@us.ibm.com> Created gtest Framework - added necessary files

In order to convert phosphor-event tests to gtest
I needed to start by creating the framework for
the tests. I created a new sub directory called
test in which I created the cpp file utest where I will
be implementing the unit tests. As of right now
I have a sample test in place to verify that everything
is linked properly and will successfully pass its
test. Sample.cpp and Sample.h are needed for the
example test case created and ran inside utest.cpp.
I had to modify both the Makefile.am and configure.ac
to accomidate my new test directory so it would be
included in the make process.

Change-Id: I163584007f52b763c564de516effe35ae6055eb3
Signed-off-by: Josh King <jdking@us.ibm.com>
/openbmc/phosphor-event/test/
H A DMakefile.am37fd9a65 Mon Nov 07 15:13:42 CST 2016 Josh King <jdking@us.ibm.com> Created gtest Framework - added necessary files

In order to convert phosphor-event tests to gtest
I needed to start by creating the framework for
the tests. I created a new sub directory called
test in which I created the cpp file utest where I will
be implementing the unit tests. As of right now
I have a sample test in place to verify that everything
is linked properly and will successfully pass its
test. Sample.cpp and Sample.h are needed for the
example test case created and ran inside utest.cpp.
I had to modify both the Makefile.am and configure.ac
to accomidate my new test directory so it would be
included in the make process.

Change-Id: I163584007f52b763c564de516effe35ae6055eb3
Signed-off-by: Josh King <jdking@us.ibm.com>
H A Dutest.cpp37fd9a65 Mon Nov 07 15:13:42 CST 2016 Josh King <jdking@us.ibm.com> Created gtest Framework - added necessary files

In order to convert phosphor-event tests to gtest
I needed to start by creating the framework for
the tests. I created a new sub directory called
test in which I created the cpp file utest where I will
be implementing the unit tests. As of right now
I have a sample test in place to verify that everything
is linked properly and will successfully pass its
test. Sample.cpp and Sample.h are needed for the
example test case created and ran inside utest.cpp.
I had to modify both the Makefile.am and configure.ac
to accomidate my new test directory so it would be
included in the make process.

Change-Id: I163584007f52b763c564de516effe35ae6055eb3
Signed-off-by: Josh King <jdking@us.ibm.com>