aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul LeoNerd Evans <leonerd@leonerd.org.uk>2011-03-31 13:51:21 +0100
committerPaul LeoNerd Evans <leonerd@leonerd.org.uk>2011-03-31 13:51:21 +0100
commit5a6e289d23f230e7277480826a703342e97b71f9 (patch)
treee6984c708a1a1c87f01c457d27f75a932dde2f25
parentf230bc86fbb68d3f37586e2f9a428a16e54d57f4 (diff)
downloadtermo-5a6e289d23f230e7277480826a703342e97b71f9.tar.gz
termo-5a6e289d23f230e7277480826a703342e97b71f9.tar.xz
termo-5a6e289d23f230e7277480826a703342e97b71f9.zip
#include termkey.h from the correct path in unit tests
-rw-r--r--t/01base.c2
-rw-r--r--t/02getkey.c2
-rw-r--r--t/10keyname.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/t/01base.c b/t/01base.c
index a220e53..359c9ca 100644
--- a/t/01base.c
+++ b/t/01base.c
@@ -1,5 +1,5 @@
#include <stdio.h>
-#include "termkey.h"
+#include "../termkey.h"
#include "taplib.h"
int main(int argc, char *argv[])
diff --git a/t/02getkey.c b/t/02getkey.c
index 7561a1a..8b1881b 100644
--- a/t/02getkey.c
+++ b/t/02getkey.c
@@ -1,5 +1,5 @@
#include <stdio.h>
-#include "termkey.h"
+#include "../termkey.h"
#include "taplib.h"
int main(int argc, char *argv[])
diff --git a/t/10keyname.c b/t/10keyname.c
index 1c0b921..0e69122 100644
--- a/t/10keyname.c
+++ b/t/10keyname.c
@@ -1,4 +1,4 @@
-#include "termkey.h"
+#include "../termkey.h"
#include "taplib.h"
int main(int argc, char *argv[])