Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
e211b654
Commit
e211b654
authored
Nov 07, 2014
by
Christian Couder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a README.md to explain a few things
parent
2b5f1b2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
test/README.md
test/README.md
+26
-0
No files found.
test/README.md
0 → 100644
View file @
e211b654
# ipfs whole tests using the [sharness framework](https://github.com/mlafeldt/sharness/)
## Running all the tests
Just use
`make`
in this directory to run all the tests.
## Running just one test
You can run only one test script by launching it like a regular shell
script:
```
$ ./t0010-basic-commands.sh
```
## Sharness
When running "make" in this directory for the first time, sharness
will 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/
)
and
send pull requests there.
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment