aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/Makefile.inc
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2020-03-03 02:32:42 +0000
committerSteve Holme <steve_holme@hotmail.com>2020-03-06 13:08:03 +0000
commit3c3db98b6fce8d1c6481e300ed4918ccddbd7891 (patch)
treecf2a5df177af1965091aaa0b300d664dd435a860 /tests/unit/Makefile.inc
parent64258bd0aa6ad23195f6be32e6febf7439ab7984 (diff)
unit1612: fixed the inclusion and compilation of the HMAC unit test
Follow up to 3f74e5e6 to fix: - A typo in Makefile.inc where unit1611 was used instead - Some compilation issues in unit1612.c Closes #5024
Diffstat (limited to 'tests/unit/Makefile.inc')
-rw-r--r--tests/unit/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/Makefile.inc b/tests/unit/Makefile.inc
index 4fe80d5db..f63724f91 100644
--- a/tests/unit/Makefile.inc
+++ b/tests/unit/Makefile.inc
@@ -126,7 +126,7 @@ unit1610_CPPFLAGS = $(AM_CPPFLAGS)
unit1611_SOURCES = unit1611.c $(UNITFILES)
unit1611_CPPFLAGS = $(AM_CPPFLAGS)
-unit1612_SOURCES = unit1611.c $(UNITFILES)
+unit1612_SOURCES = unit1612.c $(UNITFILES)
unit1612_CPPFLAGS = $(AM_CPPFLAGS)
unit1620_SOURCES = unit1620.c $(UNITFILES)