This website requires JavaScript.
Explore
Help
Sign in
archive
/
ipc-unix
Archived
Watch
1
Fork
You've already forked ipc-unix
0
Code
Releases
Packages
Activity
This repository has been archived on
2023-03-26
. You can view files and clone it, but cannot push or open issues or pull requests.
336e2aa0ba
ipc-unix
/
scripts
/
test.sh
8 lines
100 B
Bash
Raw
Normal View
History
Unescape
Escape
Add test script
2018-12-07 14:03:19 +00:00
#!/usr/bin/env bash
set
-e
export
PATH
=
env/bin:
${
PATH
}
Run tests verbose
2018-12-08 12:37:11 +00:00
nose2
$@
-C --coverage ipc_unix --verbose
Copy permalink