serperu / cuter

A concolic testing tool for the Erlang functional programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a modified version of CutEr: a concolic unit testing tool for Erlang.

Copyright 2014-2022 by Aggelos Giantsios, Nikolaos Papaspyrou and Kostis Sagonas.

The original tool is publicly available at: https://github.com/cuter-testing/cuter

We performed an adaptation of some of its modules in order to use some powerful parts of the tool in our work. The modified modules and functions are the following:

cuter_symbolic.erl:

  • generate_new_input/2

cuter_pp.erl:

  • pp_nl/2
  • pp_solving_failure/2
  • pp_execution_status_minimal/1

cuter.erl:

  • start/2

About

A concolic testing tool for the Erlang functional programming language.

License:GNU General Public License v3.0


Languages

Language:Erlang 90.8%Language:Python 8.7%Language:M4 0.2%Language:Makefile 0.2%Language:Shell 0.0%