From b69d2b830dcee5eabbdd06f5647d17968ad849db Mon Sep 17 00:00:00 2001 From: jacobperron Date: Sat, 21 Apr 2018 00:16:05 -0700 Subject: [PATCH] Update Changelog --- CHANGELOG.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 32db539..4935ef1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,14 @@ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Changelog for package libcreate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Build and install gtest as part of CI +* Update README with instructions for building and running unit tests +* Remove external cmake project for gtest + Now only build tests if a gtest installation already exists on the system. This should expedite time to build for users that do not care about building/running unit tests and also eliminates the need for internet access when building. +* Add test depend to gtest in package.xml +* Contributors: Jacob Perron 1.6.0 (2018-04-07) ------------------