Googletest export

Internal change

PiperOrigin-RevId: 232362580
This commit is contained in:
Abseil Team
2019-02-04 17:04:46 -05:00
committed by Gennadiy Civil
parent 9a502a5b14
commit dda0df3b0a
16 changed files with 0 additions and 825 deletions

View File

@@ -1,16 +0,0 @@
AC_INIT([Google C++ Mocking and Testing Frameworks],
[1.9.0],
[googlemock@googlegroups.com],
[googletest])
# Provide various options to initialize the Autoconf and configure processes.
AC_PREREQ([2.59])
AC_CONFIG_SRCDIR([./README.md])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_FILES([Makefile])
AC_CONFIG_SUBDIRS([googletest googlemock])
AM_INIT_AUTOMAKE
# Output the generated files. No further autoconf macros may be used.
AC_OUTPUT