Skip to content

jacksonpradolima/proteum

 
 

Repository files navigation

Requirements
------------
* cmake
* cmocka



How to compile
--------------

cd build
cmake ..




How to test
-----------
ctest




How to install
---------------

After compiling the executables and scripts will be in the LINUX/bin directory.
Just copy those file where you want and it is ready to use.

How to run 
-------------

Proteum requires GCC to be installed. To use its GUI it is also necessary 
TCL/TK.

Suposing the executable files are in directory /usr/bin/proteum, run

> export PROTEUMIMHOME=/usr/bin/proteum
> export PATH=$PROTEUMIMHOME:$PATH
> proteumim

Proteum can also be run by a command line


Documentation
-------------

This file



Enjoy!

Marcio Delamaro

About

Tool for mutation testing of C programs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 79.0%
  • Tcl 19.0%
  • Makefile 1.8%
  • Other 0.2%