003 File Manager
Current Path:
/usr/src/contrib/googletest
usr
/
src
/
contrib
/
googletest
/
📁
..
📄
.gitignore
(850 B)
📄
.travis.yml
(2.53 KB)
📄
BUILD.bazel
(5.15 KB)
📄
CMakeLists.txt
(584 B)
📄
CONTRIBUTING.md
(6.53 KB)
📄
LICENSE
(1.44 KB)
📄
Makefile.am
(315 B)
📄
README.md
(5.05 KB)
📄
WORKSPACE
(213 B)
📄
appveyor.yml
(3.33 KB)
📁
ci
📄
configure.ac
(461 B)
📁
googlemock
📁
googletest
Editing: configure.ac
AC_INIT([Google C++ Mocking and Testing Frameworks], [1.8.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
Upload File
Create Folder