summaryrefslogtreecommitdiffstats
path: root/tests/local.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tests/local.mk')
-rw-r--r--tests/local.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/local.mk b/tests/local.mk
index e61da9c..0045124 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -1,10 +1,12 @@
check_PROGRAMS = \
%reldir%/mode
tests_mode_SOURCES = \
- helpers/defs.h \
- helpers/mode.c \
- helpers/mode.h \
+ common/defs.h \
+ common/mode.c \
+ common/mode.h \
%reldir%/mode.c
+tests_mode_CPPFLAGS = \
+ -I"$(top_srcdir)/common"
TESTS = \
%reldir%/version.sh \
%reldir%/mode.sh \