comparison UnitTestsSources/TestMessageBroker.cpp @ 1455:30deba7bc8e2

simplifying include_directories
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 20:54:01 +0200
parents 7ec8fea061b9
children
comparison
equal deleted inserted replaced
1454:faaff0a1711e 1455:30deba7bc8e2
17 * You should have received a copy of the GNU Affero General Public License 17 * You should have received a copy of the GNU Affero General Public License
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 **/ 19 **/
20 20
21 21
22 #include "gtest/gtest.h" 22 #include <gtest/gtest.h>
23 23
24 #include "Framework/Messages/IObservable.h" 24 #include "../Framework/Messages/IObservable.h"
25 #include "Framework/Messages/ObserverBase.h" 25 #include "../Framework/Messages/ObserverBase.h"
26 26
27 27
28 int testCounter = 0; 28 int testCounter = 0;
29 namespace { 29 namespace {
30 30