Tests/esapi: Add FirmwareRead

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 a3f24e3..7007272 100644
--- a/Makefile-test.am
+++ b/Makefile-test.am
@@ -133,6 +133,7 @@
     test/integration/esys-event-sequence-complete.int \
     test/integration/esys-evict-control-serialization.int \
     test/integration/esys-field-upgrade.int \
+    test/integration/esys-firmware-read.int \
     test/integration/esys-get-capability.int \
     test/integration/esys-get-random.int \
     test/integration/esys-hashsequencestart.int \
@@ -539,6 +540,13 @@
     test/integration/esys-field-upgrade.int.c \
     test/integration/main-esapi.c test/integration/test-esapi.h
 
+test_integration_esys_firmware_read_int_CFLAGS  = $(TESTS_CFLAGS)
+test_integration_esys_firmware_read_int_LDADD   = $(TESTS_LDADD)
+test_integration_esys_firmware_read_int_LDFLAGS = $(TESTS_LDFLAGS) -lgcrypt
+test_integration_esys_firmware_read_int_SOURCES = \
+    test/integration/esys-firmware-read.int.c \
+    test/integration/main-esapi.c test/integration/test-esapi.h
+
 test_integration_esys_get_capability_int_CFLAGS  = $(TESTS_CFLAGS)
 test_integration_esys_get_capability_int_LDADD   = $(TESTS_LDADD)
 test_integration_esys_get_capability_int_LDFLAGS = $(TESTS_LDFLAGS) -lgcrypt