1#*************************************************************************** 2# _ _ ____ _ 3# Project ___| | | | _ \| | 4# / __| | | | |_) | | 5# | (__| |_| | _ <| |___ 6# \___|\___/|_| \_\_____| 7# 8# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 9# 10# This software is licensed as described in the file COPYING, which 11# you should have received as part of this distribution. The terms 12# are also available at https://curl.se/docs/copyright.html. 13# 14# You may opt to use, copy, modify, merge, publish, distribute and/or sell 15# copies of the Software, and permit persons to whom the Software is 16# furnished to do so, under the terms of the COPYING file. 17# 18# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 19# KIND, either express or implied. 20# 21# SPDX-License-Identifier: curl 22# 23########################################################################### 24 25# these files are used in every single unit test program 26 27UNITFILES = curlcheck.h \ 28 ../libtest/test.h \ 29 ../libtest/first.c 30 31# These are all unit test programs 32UNITPROGS = unit1300 unit1302 unit1303 unit1304 unit1305 unit1307 \ 33 unit1308 unit1309 unit1323 \ 34 unit1330 unit1394 unit1395 unit1396 unit1397 unit1398 \ 35 unit1399 \ 36 unit1600 unit1601 unit1602 unit1603 unit1604 unit1605 unit1606 unit1607 \ 37 unit1608 unit1609 unit1610 unit1611 unit1612 unit1614 \ 38 unit1620 unit1621 \ 39 unit1650 unit1651 unit1652 unit1653 unit1654 unit1655 \ 40 unit1660 unit1661 \ 41 unit2600 \ 42 unit3200 43