Navigation Menu

Skip to content

hayamiz/mockart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mockart

Mockart is a simple frame work for mocking functions in C programming language.

Prerequisites

  • GLib 2
    • apt-get install libglib2.0-dev
  • Cutter testing framework
    • apt-get install cutter-testing-framework

How to build

$ ./configure
$ make

For developers

You need autotools and libtool to build.

How to build

$ ./autogen.sh
$ ./configure
$ make
$ ./test/run-test.sh

About

Mocking utility for C programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published