diff options
author | Jim Fuller <jim@webcomposite.com> | 2018-07-13 15:17:19 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-09-05 14:30:48 +0200 |
commit | b004a174ea5efb3d6bdce83949b6c1eab994930b (patch) | |
tree | 9ae3263324557d98fa7412ed4fda0f50b3a6cc89 /tests/unit/CMakeLists.txt | |
parent | c497472c8b519346fa82dd780f94454cf47886f0 (diff) | |
download | curl-b004a174ea5efb3d6bdce83949b6c1eab994930b.tar.gz |
tests: add unit tests for url.c
Approved-by: Daniel Gustafsson
Closes #2937
Diffstat (limited to 'tests/unit/CMakeLists.txt')
-rw-r--r-- | tests/unit/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/CMakeLists.txt b/tests/unit/CMakeLists.txt index 3c0a6c62d..4b0cec4a8 100644 --- a/tests/unit/CMakeLists.txt +++ b/tests/unit/CMakeLists.txt @@ -21,6 +21,7 @@ set(UT_SRC unit1603.c # Broken link on Linux # unit1604.c + unit1620.c ) set(UT_COMMON_FILES ../libtest/first.c ../libtest/test.h curlcheck.h) |