Makefile.inc (1982B)
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 # Shared between CMakeLists.txt and Makefile.am 25 26 BUNDLE = units 27 28 # Files referenced from the bundle source 29 FIRST_C = ../libtest/first.c 30 31 # All unit test programs 32 TESTS_C = \ 33 unit1300.c unit1302.c unit1303.c unit1304.c unit1305.c \ 34 unit1307.c unit1309.c \ 35 unit1323.c unit1330.c \ 36 unit1395.c unit1396.c unit1397.c unit1398.c unit1399.c \ 37 unit1600.c unit1601.c unit1602.c unit1603.c unit1605.c unit1606.c \ 38 unit1607.c unit1608.c unit1609.c unit1610.c unit1611.c unit1612.c unit1614.c \ 39 unit1615.c unit1616.c unit1620.c \ 40 unit1650.c unit1651.c unit1652.c unit1653.c unit1654.c unit1655.c unit1656.c \ 41 unit1657.c unit1658.c unit1660.c unit1661.c unit1663.c unit1664.c \ 42 unit1979.c unit1980.c \ 43 unit2600.c unit2601.c unit2602.c unit2603.c unit2604.c \ 44 unit3200.c unit3205.c \ 45 unit3211.c unit3212.c unit3213.c unit3214.c