2016-04-29 01:30:53 -04:00
|
|
|
# Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
|
2016-04-28 03:12:33 -04:00
|
|
|
#
|
2016-06-27 00:56:38 -04:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2016-04-28 03:12:33 -04:00
|
|
|
|
|
|
|
|
srcdir = @srcdir@
|
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
top_srcdir = @top_srcdir@
|
|
|
|
|
|
|
|
|
|
@BIND9_MAKE_INCLUDES@
|
|
|
|
|
|
|
|
|
|
PYTHON = @PYTHON@
|
|
|
|
|
|
|
|
|
|
PYTESTS = dnskey_test.py policy_test.py
|
|
|
|
|
|
|
|
|
|
@BIND9_MAKE_RULES@
|
|
|
|
|
|
|
|
|
|
check test:
|
|
|
|
|
for test in $(PYTESTS); do \
|
2016-05-23 19:50:23 -04:00
|
|
|
PYTHONPATH=${srcdir}/../.. $(PYTHON) ${srcdir}/$$test; \
|
2016-04-28 03:12:33 -04:00
|
|
|
done
|
|
|
|
|
|
|
|
|
|
clean distclean::
|
2016-06-24 02:23:26 -04:00
|
|
|
rm -rf *.pyc __pycache__
|
2016-06-23 23:35:47 -04:00
|
|
|
|
|
|
|
|
distclean::
|
|
|
|
|
rm -f ${PYTESTS}
|