Skip to content

Testgen is a tool for testing programs. In this project, I have reformatted terminal output and displayed it on the browser.

License

Notifications You must be signed in to change notification settings

asthas/Testgen-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Testgen-web

Testgen web acts as a web-frontend for running the testgen test suite

The backend is written in Node.js using Express.js and MongoDB

The frontend uses jQuery and bootstrap

##Prerequisites

  • Testgen cli tool
  • clang for compiling C source code. To use GCC
  • Node (Tested with 0.10.x)
  • A MongoDB instance with a database called Testgen

##Setup

  • Clone the repo

      git clone https://github.com/asthas/Testgen-web
    
  • Setup the Testgen cli tool

  • Copy the Testgen files inside the root of the Testgen-web folder

  • Install the node dependencies

      npm install
    

##Run

    npm start

Navigate to port 3000

#GCC

To use the gcc compiler instead of clang, simply change clang in this line to gcc

Developed By

About

Testgen is a tool for testing programs. In this project, I have reformatted terminal output and displayed it on the browser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published