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 fbd7602..8d045c2 100755 --- a/test/objcopy.c +++ b/test/objcopy.c @@ -8431,6 +8431,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", |