History log of /openbmc/phosphor-event/Makefile.am (Results 1 – 2 of 2)
Revision Date Author Comments
# 37fd9a65 07-Nov-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 dire

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>

show more ...


# acdc2a90 29-Sep-2016 Matthew Barth <msbarth@us.ibm.com>

Convert build process to autotools

Replaced the use of a manual Makefile with the use of autotools to
automatically verify and generate the necessary build files. Follow the
steps ou

Convert build process to autotools

Replaced the use of a manual Makefile with the use of autotools to
automatically verify and generate the necessary build files. Follow the
steps outlined within the README.md file to build the package.

Change-Id: I75a0cc5029a63f448866cf38f3edc6d9be363c7e
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>

show more ...