Tests/esapi: Add FieldUpgrade

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 e7b2ea9..a3f24e3 100644
--- a/Makefile-test.am
+++ b/Makefile-test.am
@@ -132,6 +132,7 @@
     test/integration/esys-encrypt-decrypt.int \
     test/integration/esys-event-sequence-complete.int \
     test/integration/esys-evict-control-serialization.int \
+    test/integration/esys-field-upgrade.int \
     test/integration/esys-get-capability.int \
     test/integration/esys-get-random.int \
     test/integration/esys-hashsequencestart.int \
@@ -531,6 +532,13 @@
     test/integration/esys-evict-control-serialization.int.c \
     test/integration/main-esapi.c test/integration/test-esapi.h
 
+test_integration_esys_field_upgrade_int_CFLAGS  = $(TESTS_CFLAGS)
+test_integration_esys_field_upgrade_int_LDADD   = $(TESTS_LDADD)
+test_integration_esys_field_upgrade_int_LDFLAGS = $(TESTS_LDFLAGS) -lgcrypt
+test_integration_esys_field_upgrade_int_SOURCES = \
+    test/integration/esys-field-upgrade.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