diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.inc b/tests/Makefile.inc index 530c3c6f0f..3c25bd6f8e 100644 --- a/tests/Makefile.inc +++ b/tests/Makefile.inc @@ -8,6 +8,8 @@ else testobj := $(obj)/tests endif +objutil := $(testobj)/util + include $(top)/tests/Makefile.common # Enable GDB debug build if requested |