]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Merge branch 'unittest'
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 16 Jul 2010 15:08:15 +0000 (17:08 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Fri, 16 Jul 2010 15:08:15 +0000 (17:08 +0200)
* unittest:
  Regenerate test/suites.h on Makefile updates
  Add CHECK macros for ARGS
  Improve CHECK_{STR,UNS,INT}_EQ macros
  Let basedir("foo") return "."
  Add framework for tests written in C
  Split the main function into a separate compilation unit
  Simplify getopt_long() usage
  Add args_init_from_string function
  Add stats_get_pending() function
  Include all dependency files in .deps to make it work with sources in subdirs

Conflicts:
configure.ac

1  2 
ccache.c
ccache.h
configure.ac
util.c

diff --cc ccache.c
Simple merge
diff --cc ccache.h
Simple merge
diff --cc configure.ac
index 8753be9f9c93307e161a940b3910b9cd2879f8a1,9f495adfb490dec664ed6368fe82196d713bd875..cc6959cc982b99989aff41db09f3ef94b83ed53c
@@@ -171,7 -171,8 +171,8 @@@ AC_HEADER_DIREN
  AC_HEADER_TIME
  AC_HEADER_SYS_WAIT
  
 -AC_CHECK_HEADERS(ctype.h pwd.h stdlib.h string.h strings.h sys/time.h)
 +AC_CHECK_HEADERS(ctype.h pwd.h stdlib.h string.h strings.h sys/time.h sys/mman.h)
+ AC_CHECK_HEADERS(sys/ioctl.h termios.h)
  
  AC_CHECK_FUNCS(asprintf)
  AC_CHECK_FUNCS(gethostname)
diff --cc util.c
Simple merge