summaryrefslogtreecommitdiffstats
path: root/test/objcopy.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/objcopy.c')
-rwxr-xr-xtest/objcopy.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/objcopy.c b/test/objcopy.c
index f4fee13..0f56f99 100755
--- a/test/objcopy.c
+++ b/test/objcopy.c
@@ -8439,6 +8439,9 @@ main(void)
/* Reset file address checking info */
addr_reset();
+ /* Verify symbol table messages are cached */
+ nerrors += (h5_verify_cached_stabs(FILENAME, fapl) < 0 ? 1 : 0);
+
/* Results */
if(nerrors) {
printf("***** %d OBJECT COPY TEST%s FAILED! *****\n",