test/prop_tests.c

changeset 251
fae240d633fc
parent 250
b7d1317b138e
child 259
2f5dea574a75
equal deleted inserted replaced
250:b7d1317b138e 251:fae240d633fc
25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
26 * POSSIBILITY OF SUCH DAMAGE. 26 * POSSIBILITY OF SUCH DAMAGE.
27 */ 27 */
28 28
29 #include "prop_tests.h" 29 #include "prop_tests.h"
30 #include "ucx/mempool.h" 30 #include <ucx/mempool.h>
31 31
32 UCX_TEST(test_ucx_properties_new) { 32 UCX_TEST(test_ucx_properties_new) {
33 UcxProperties *parser = ucx_properties_new(); 33 UcxProperties *parser = ucx_properties_new();
34 34
35 UCX_TEST_BEGIN 35 UCX_TEST_BEGIN

mercurial