Git Product home page Git Product logo

push_swap_simple_test's Introduction

push_swap_simple_test

A simple push_swap tester

How to use it ?

  1. Clone the repo on your repo containing push_swap.
  2. bash test.sh
  3. Don't forget to allow the execution of the script : chmod 777 test.sh

TESTED ON LINUX UBUNTU ONLY

What you wan expect about this tester.

The tester is certainly full of bugs, but it tests the simples use cases (min int, max int, double, and sorted stack) and other cases for stack of 3, 5, 100, 500 elements. It makes an average for theses tests and display the result if everything was ok with the checker.

It also display the min moves made by the programm, and count how many time the programm did his work under a certain limits (based on the correction).

It checks if there is leaks with valgrind.

If a test fails, you can check wich values caused the fail on the traces directory. There is one file per / error / stack size.

That's all. The test is certainly not complete, feel free to change the code, download and made your own !

A part of the work was already made by jgoncalv and tharchen for the perl script. Thx to them !

alt text

alt text

alt text

push_swap_simple_test's People

Contributors

kibatche avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.