Git Product home page Git Product logo

pft_2019's Introduction

Important

NEW ! TEST YOUR EXAM-PRINTF WITH PFT_EXAM

This is an edit of ft_printf tester PFT made by Gavin Fielder to fit with 2019 rules. This PFT only includes the 745 test combinations of the basic flags (%cspdiuxX% -0.*). Tests were added to cover stars and null pointers.

Your printf doesn't need to pass all the tests, some cover undefined behaviour (but it's better if it does).

Original PFT : https://github.com/gavinfielder/pft

This update was made by cclaude

Installation

In the root of your ft_printf repo, run :

git clone https://github.com/gavinfielder/pft.git pft_2019 && echo "pft_2019/" >> .gitignore && cd pft_2019 && rm unit_tests.c && rm options-config.ini && git clone https://github.com/YulonSil/PFT_2019.git temp && cp temp/unit_tests.c . && cp temp/options-config.ini . && rm -rf temp

Usage

Warning : everytime you change your printf, you need to make re in PFT again.

In the PFT_2019 repo, run make re

You can now run all the tests using ./test

To run only %s tests for example, you can use ./test s

To run tests #42 to #84, you can use ./test 42 84

Credit

The code was written by Gavin Fielder. This is an update of the test file by cclaude, with some tests removed and some added, for easier use with the 2019 printf subject.

Thanks to lnezonde and macrespo for their help debugging and their suggestions.

pft_2019's People

Contributors

cclaude42 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.