Tests/esapi: Add NV_Certify

Signed-off-by: Juergen Repp <juergen.repp@sit.fraunhofer.de>
Signed-off-by: Andreas Fuchs <andreas.fuchs@sit.fraunhofer.de>
diff --git a/Makefile-test.am b/Makefile-test.am
index ec730e4..a6cf5a5 100644
--- a/Makefile-test.am
+++ b/Makefile-test.am
@@ -147,6 +147,7 @@
     test/integration/esys-lock.int \
     test/integration/esys-make-credential.int \
     test/integration/esys-make-credential-session.int \
+    test/integration/esys-nv-certify.int \
     test/integration/esys-nv-ram-counter.int \
     test/integration/esys-nv-ram-counter-session.int \
     test/integration/esys-nv-ram-extend-index.int \
@@ -645,6 +646,13 @@
     test/integration/esys-make-credential.int.c \
     test/integration/main-esapi.c test/integration/test-esapi.h
 
+test_integration_esys_nv_certify_int_CFLAGS  = $(TESTS_CFLAGS)
+test_integration_esys_nv_certify_int_LDADD   = $(TESTS_LDADD)
+test_integration_esys_nv_certify_int_LDFLAGS = $(TESTS_LDFLAGS) -lgcrypt
+test_integration_esys_nv_certify_int_SOURCES = \
+    test/integration/esys-nv-certify.int.c \
+    test/integration/main-esapi.c test/integration/test-esapi.h
+
 test_integration_esys_nv_ram_counter_int_CFLAGS  = $(TESTS_CFLAGS)
 test_integration_esys_nv_ram_counter_int_LDADD   = $(TESTS_LDADD)
 test_integration_esys_nv_ram_counter_int_LDFLAGS = $(TESTS_LDFLAGS) -lgcrypt