diff options
author | Loïc Hoguin <[email protected]> | 2013-01-04 17:56:49 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-01-04 17:56:49 +0100 |
commit | 7d2a4814019816da969ce2269ec8684024f4a88a (patch) | |
tree | ba3d40d599d8905e54185f6083bef67d7222ff9a /test/cover.spec | |
parent | 54063de2ff0beda7a18058063360f4b5b6dcf6e5 (diff) | |
download | cowboy-7d2a4814019816da969ce2269ec8684024f4a88a.tar.gz cowboy-7d2a4814019816da969ce2269ec8684024f4a88a.tar.bz2 cowboy-7d2a4814019816da969ce2269ec8684024f4a88a.zip |
Use ct_run instead of rebar ct for running ct tests
Small tweak to the autobahn test file, we look for the python2
executable now. It'll make my life easier.
Diffstat (limited to 'test/cover.spec')
-rw-r--r-- | test/cover.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cover.spec b/test/cover.spec new file mode 100644 index 0000000..9dba11c --- /dev/null +++ b/test/cover.spec @@ -0,0 +1 @@ +{incl_app, cowboy, details}. |