diff options
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index 7114c25c95..1d826c0bcd 100644 --- a/test/Makefile +++ b/test/Makefile @@ -20,6 +20,9 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. +include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk +include $(topsrcdir)/build-aux/Makefile.head.mk + manual_tests += \ test-ns \ @@ -843,3 +846,4 @@ test_arphrd_list_SOURCES = \ test_arphrd_list_LDADD = \ libbasic.la +include $(topsrcdir)/build-aux/Makefile.tail.mk |