Giter Club home page Giter Club logo

ft_containers_tests's Introduction

Tests for ft_containers

By Sam Kortekaas (skorteka)

Project structure:

Place the test directory in the root of your project. In Makefile, include the directories that contain the includes you need for you containers to work.

For the example file structure below you have to change INCLUDE in the ft_containers_tests Makefile to:

INCLUDE = -I../List -I../Vector -I../Vector/Whatever

ft_containers/
│
└── List/
│   └── List.hpp
│
└── Vector/
│   ├── Vector.hpp
│   │   ...
│   │   ...
│   └── Whatever/
│       ├── Extra.hpp
│       └── Utils.hpp
│
└── ft_containers_tests/

Usage:

cd to ft_containers/ft_containers_tests/

Normal test run:

  • make && ./ft_containers_tests

To run a subset of test, first make and then run with the tag of the subset you want to run. It is possible to run multiple subsets by adding more tags separated by a ',':

  • make && ./ft_containers_tests "[List]", "[Map]"

You can also run a specific test by adding the name of the test as an argument:

  • make && ./ft_containers_tests "Map: Constructors"

To stop testing on the first error / n errors:

  • make && ./ft_containers_tests -a / -x n

For a more compact output run with "-r compact". To get insights in memory problems please compile with "make asan=1".

ft_containers_tests's People

Contributors

skrtks avatar

Watchers

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