summaryrefslogtreecommitdiffstats
path: root/test/API/H5_api_async_test.h
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2023-05-03 21:58:37 (GMT)
committerGitHub <noreply@github.com>2023-05-03 21:58:37 (GMT)
commit43e7790f0e0b055433df089255b271c8291ca8ec (patch)
tree1d58d88179d4587d71df1378f747ef189881c5fd /test/API/H5_api_async_test.h
parent75d64819b050bb30b2a2751d9ba55651f9a1af79 (diff)
parent3fbdd700cb68b4a7f6f9ac44eebcf677bb71fd0a (diff)
downloadhdf5-43e7790f0e0b055433df089255b271c8291ca8ec.zip
hdf5-43e7790f0e0b055433df089255b271c8291ca8ec.tar.gz
hdf5-43e7790f0e0b055433df089255b271c8291ca8ec.tar.bz2
Merge pull request #2887 from jhendersonHDF/1_14_develop_sync
Sync with develop
Diffstat (limited to 'test/API/H5_api_async_test.h')
-rw-r--r--test/API/H5_api_async_test.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/test/API/H5_api_async_test.h b/test/API/H5_api_async_test.h
new file mode 100644
index 0000000..f6df48a
--- /dev/null
+++ b/test/API/H5_api_async_test.h
@@ -0,0 +1,29 @@
+/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+ * Copyright by The HDF Group. *
+ * All rights reserved. *
+ * *
+ * This file is part of HDF5. The full HDF5 copyright notice, including *
+ * terms governing use, modification, and redistribution, is contained in *
+ * the COPYING file, which can be found at the root of the source code *
+ * distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. *
+ * If you do not have access to either file, you may request a copy from *
+ * help@hdfgroup.org. *
+ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
+
+#ifndef H5_API_ASYNC_TEST_H
+#define H5_API_ASYNC_TEST_H
+
+#include "H5_api_test.h"
+
+int H5_api_async_test(void);
+
+/************************************************
+ * *
+ * API async test defines *
+ * *
+ ************************************************/
+
+#define ASYNC_API_TEST_FILE "H5_api_async_test.h5"
+#define ASYNC_API_TEST_FILE_PRINTF "H5_api_async_test_%d.h5"
+
+#endif