# ipfs whole tests using the [sharness framework](https://github.com/mlafeldt/sharness/)## Running all the testsJust use `make` in this directory to run all the tests.## Running just one testYou can run only one test script by launching it like a regular shellscript:```$ ./t0010-basic-commands.sh```## SharnessWhen running "make" in this directory for the first time, sharnesswill be downloaded from its github repo and installed in a "sharness"directory.Please do not change anything in the "sharness" directory.If you really need some changes in sharness, please fork it from[its cannonical repo](https://github.com/mlafeldt/sharness/) andsend pull requests there.