]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1077] check-hashes.sh is now run on "make check"
authorAndrei Pavel <andrei@isc.org>
Thu, 15 Jul 2021 12:04:36 +0000 (15:04 +0300)
committerTomek Mrugalski <tomek@isc.org>
Fri, 23 Jul 2021 10:45:36 +0000 (10:45 +0000)
src/share/yang/modules/Makefile.am
src/share/yang/modules/hashes/ietf-dhcpv6-types@2018-09-04.hash

index 23f000c5d8239c656f867fab16326d213f6ca52c..4fcc6749357a4bc70c31dccab2bf7313733e6105 100644 (file)
@@ -1,5 +1,19 @@
 SUBDIRS = .
 
+# Shell tests
+SHTESTS = utils/check-hashes.sh
+
+# Run shell tests on "make check".
+check_SCRIPTS = $(SHTESTS)
+TESTS = $(SHTESTS)
+
+# As with every file generated by ./configure, clean them up when running
+# "make distclean", but not on "make clean".
+DISTCLEANFILES = $(SHTESTS)
+
+# Don't install tests.
+noinst_SCRIPTS = $(SHTESTS)
+
 yangmodulesdir = ${datarootdir}/${PACKAGE_NAME}/yang/modules
 
 yangmodules_list = ietf-dhcpv6-client@2018-09-04.yang
index e18b3435955c583db1f769123dc45eaff217482c..9c8977d283935fa6ef21be89e4833547ed5ca23e 100644 (file)
@@ -1 +1 @@
-2b46b5bb323d062a3432d726187f5f283a67669379af2ef496bb473167552718
+de34e4338042b62894a42b88026ab2966b98236757b2359167c8f8c238715abe