Tests: ESAPI: Add test for unseal

Add test for ESAPI to unseal with a passwort.

Signed-off-by: Andreas Fuchs <andreas.fuchs@sit.fraunhofer.de>
diff --git a/Makefile-test.am b/Makefile-test.am
index c553f15..2b9b84b 100644
--- a/Makefile-test.am
+++ b/Makefile-test.am
@@ -140,7 +140,8 @@
     test/integration/esys-policy-nv-changeauth.int \
     test/integration/esys-policy-password.int \
     test/integration/esys-rsa-encrypt-decrypt.int \
-    test/integration/esys-save-and-load-context.int
+    test/integration/esys-save-and-load-context.int \
+    test/integration/esys-unseal-password-auth.int
 endif #ESAPI
 endif #SIMULATOR_BIN
 
@@ -593,6 +594,13 @@
 test_integration_esys_save_and_load_context_int_SOURCES = \
     test/integration/esys-save-and-load-context.int.c \
     test/integration/main-esapi.c test/integration/test-esapi.h
+
+test_integration_esys_unseal_password_auth_int_CFLAGS  = $(TESTS_CFLAGS)
+test_integration_esys_unseal_password_auth_int_LDADD   = $(TESTS_LDADD)
+test_integration_esys_unseal_password_auth_int_LDFLAGS = $(TESTS_LDFLAGS) -lgcrypt
+test_integration_esys_unseal_password_auth_int_SOURCES = \
+    test/integration/esys-unseal-password-auth.int.c \
+    test/integration/main-esapi.c test/integration/test-esapi.h
 endif #ESAPI
 
 test_integration_policy_template_int_CFLAGS  = $(TESTS_CFLAGS)