This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
jiffy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
adapting for commontests
pull/8/merge^2
Groshev Dmitry
13 years ago
parent
5367635a06
commit
a47f9f829f
2 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.gitignore
+6
-0
Makefile
+ 1
- 0
.gitignore
View File
@ -4,3 +4,4 @@
ebin/jiffy.app
.eunit
deps
logs
+ 6
- 0
Makefile
View File
@ -9,3 +9,9 @@ build: c_src/decoder.c
check
:
test
/
etap
.
beam
test
/
util
.
beam
prove test/*.t
clean
:
rm -rf logs .eunit
ct
:
./rebar ct
skip_deps
=
true
verbose
=
1
Write
Preview
Loading…
Cancel
Save