Skip to content

Jtest is a unit testing framework built in c. It is used to write test-cases on c programs.

Notifications You must be signed in to change notification settings

gowtham4545/jtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jtest

Jtest is a unit testing framework built in c. It is used to write test-cases on c programs.

Running the tests

  • add the test files in makefile
run: build
	./a

build:
	gcc \
	test/prog1.c \
	test/prog2.c \
	Main.c \
	-o a
  • execute make command
make

About

Jtest is a unit testing framework built in c. It is used to write test-cases on c programs.

Topics

Resources

Stars

Watchers

Forks