Skip to content

realm520/TestCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[TOC]

TestCode


Introduction


This project is a collection of personal test code.

Directories:

  • src - source files of c/cpp test code
  • sh - source files of shell test code
  • lib - 3rd party libraries (not used now)

Prerequisite


  • Ubuntu 12.04 LTS
  • g
  • Google Test Library
  • shunit2
  • libexpat

Geting Started


  • clone https://github.com/google/googletest.git to local path
  • set GTEST_DIR=/path/to/googletest/googletest
  • install boost to local path
  • set BOOST_DIR=/path/to/boost and this path should have "include" and "lib" directory (or you can install boost to system path)
  • make
  • ./test

About

Collection of all kinds of test code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published