diff options
author | David Robillard <d@drobilla.net> | 2024-11-23 17:38:07 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-11-24 13:21:57 -0500 |
commit | eaeeee7a4a8adf1529d138209aa91351d5ba6f53 (patch) | |
tree | 90f434a06742f6399d38dc4c37c9ac992c251185 /test/lilv_test_utils.h | |
parent | 918270bb6b8122bdc41ead0c304363b85a795b29 (diff) | |
download | lilv-eaeeee7a4a8adf1529d138209aa91351d5ba6f53.tar.gz lilv-eaeeee7a4a8adf1529d138209aa91351d5ba6f53.tar.bz2 lilv-eaeeee7a4a8adf1529d138209aa91351d5ba6f53.zip |
Avoid using internal utility functions in tests
Diffstat (limited to 'test/lilv_test_utils.h')
-rw-r--r-- | test/lilv_test_utils.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/lilv_test_utils.h b/test/lilv_test_utils.h index 73ee2ba..a389959 100644 --- a/test/lilv_test_utils.h +++ b/test/lilv_test_utils.h @@ -85,4 +85,8 @@ ZIX_MALLOC_FUNC char* lilv_create_temporary_directory(const char* pattern); +// Return a new string that is a concatenation of two given strings +char* +string_concat(const char* head, const char* tail); + #endif // LILV_TEST_UTILS_H |