diff options
Diffstat (limited to 'test/testhdf5.c')
-rw-r--r-- | test/testhdf5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testhdf5.c b/test/testhdf5.c index 7022163..925b8f8 100644 --- a/test/testhdf5.c +++ b/test/testhdf5.c @@ -36,7 +36,7 @@ /* ANY new test needs to have a prototype in testhdf5.h */ #include "testhdf5.h" -int +int main(int argc, char *argv[]) { /* Initialize testing framework */ |