diff options
Diffstat (limited to 't/Makefile')
-rw-r--r-- | t/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/t/Makefile b/t/Makefile index 46cd5fc527..056ce55dcc 100644 --- a/t/Makefile +++ b/t/Makefile @@ -1,3 +1,6 @@ +# Import tree-wide shared Makefile behavior and libraries +include ../shared.mak + # Run tests # # Copyright (c) 2005 Junio C Hamano |