From 1abe42857baf0348ba60e83a4c42361e00c3be71 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Thu, 21 Dec 2023 01:20:29 +0100 Subject: Fix include paths for tests They are now relative to the root directory of the project, instead of relative to the test file location. --- test/unit/identity.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit/identity.cc') diff --git a/test/unit/identity.cc b/test/unit/identity.cc index a1a136eb..b1941361 100644 --- a/test/unit/identity.cc +++ b/test/unit/identity.cc @@ -10,7 +10,7 @@ * assumed that B is a subclass of A.) */ -#include "../lout/identity.hh" +#include "lout/identity.hh" using namespace lout::identity; -- cgit v1.2.3