Makefile.inc 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. # these files are used in every single unit test program
  25. UNITFILES = curlcheck.h \
  26. ../libtest/test.h \
  27. ../libtest/first.c
  28. # These are all unit test programs
  29. UNITPROGS = unit1300 unit1302 unit1303 unit1304 unit1305 unit1307 \
  30. unit1308 unit1309 unit1323 \
  31. unit1330 unit1394 unit1395 unit1396 unit1397 unit1398 \
  32. unit1399 \
  33. unit1600 unit1601 unit1602 unit1603 unit1604 unit1605 unit1606 unit1607 \
  34. unit1608 unit1609 unit1610 unit1611 unit1612 unit1614 \
  35. unit1620 unit1621 \
  36. unit1650 unit1651 unit1652 unit1653 unit1654 unit1655 \
  37. unit1660 unit1661 \
  38. unit2600 unit2601 unit2602 \
  39. unit3200