summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-11-09 11:40:32 -0800
committerGary E. Miller <gem@rellim.com>2018-11-09 11:40:32 -0800
commita107121bb68f6e8f75c48fd670a96659c1289748 (patch)
tree36c1bb1a186cdc2112c8b151665064f06c182b8c /tests
parent52c9138aacbaf0300af6b3a3ffbc77271f9d5019 (diff)
downloadgpsd-a107121bb68f6e8f75c48fd670a96659c1289748.tar.gz
test_gpsmm: Fix to build in new tests/ directory.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_gpsmm.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_gpsmm.cpp b/tests/test_gpsmm.cpp
index 4106b476..53420182 100644
--- a/tests/test_gpsmm.cpp
+++ b/tests/test_gpsmm.cpp
@@ -11,8 +11,8 @@
#include <getopt.h>
-#include "libgpsmm.h"
-#include "gpsdclient.c"
+#include "../libgpsmm.h"
+#include "../gpsdclient.c"
/* YES ---> ^^^^
Using .c rather than the .h to embed gpsd_source_spec() source here
so that it is compiled in C++ rather than C of the gps library