ahmedFarouk2020 / C-Testing-Tool

A Simple testing tool for C programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C-Testing-Tool

A Simple testing tool for C programming language

Pre-requisite

  • GNU Compiler Collection GCC

Advantages

  • Easy to use
  • No dependency issues

How to get started

# Configure the makefile depending on your project
# Then
> make
> ./example.exe

See the example code

image

About

A Simple testing tool for C programming language

License:GNU General Public License v3.0


Languages

Language:C 82.8%Language:Makefile 17.2%