Tests/esapi: Add Import

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 033e3d4..b76f8e9 100644
--- a/Makefile-test.am
+++ b/Makefile-test.am
@@ -143,6 +143,7 @@
     test/integration/esys-hierarchy-control.int \
     test/integration/esys-hmacsequencestart.int \
     test/integration/esys-hmacsequencestart-session.int \
+    test/integration/esys-import.int \
     test/integration/esys-make-credential.int \
     test/integration/esys-make-credential-session.int \
     test/integration/esys-nv-ram-counter.int \
@@ -614,6 +615,13 @@
     test/integration/esys-hierarchychangeauth.int.c \
     test/integration/main-esapi.c test/integration/test-esapi.h
 
+test_integration_esys_import_int_CFLAGS  = $(TESTS_CFLAGS)
+test_integration_esys_import_int_LDADD   = $(TESTS_LDADD)
+test_integration_esys_import_int_LDFLAGS = $(TESTS_LDFLAGS) -lgcrypt
+test_integration_esys_import_int_SOURCES = \
+    test/integration/esys-import.int.c \
+    test/integration/main-esapi.c test/integration/test-esapi.h
+
 test_integration_esys_make_credential_int_CFLAGS  = $(TESTS_CFLAGS)
 test_integration_esys_make_credential_int_LDADD   = $(TESTS_LDADD)
 test_integration_esys_make_credential_int_LDFLAGS = $(TESTS_LDFLAGS) -lgcrypt