diff options
Diffstat (limited to 'test/objcopy.c')
-rwxr-xr-x | test/objcopy.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/objcopy.c b/test/objcopy.c index 56e2c5b..95b2db3 100755 --- a/test/objcopy.c +++ b/test/objcopy.c @@ -8962,6 +8962,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", |