Skip to content

octol/minimal-gtest-autotools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minimal-gtest-autotools
=======================

This is a minimal template for using gtest (Google Test) in an Autotools
project.

http://github.com/octol/minimal-gtest-autotools

Depends
-------

- C++ compiler
- Autoconf
- Automake
- Libtool

Build
-----

If you've obtained the template from Github (or any git repo) you need to
generate all the necessary build scripts by running

    autoreconf -ivf

With these in place then

    ./configure
    make

Run the tests with

    make check

Author: Jon Haggblad <jon@haeggblad.com>
Mon, 10 Jun 2013

About

Minimal template for using gtest (Google Test) in an Autotools project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages