This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
ibrowse
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
30
Wiki
Activity
Browse Source
Invoke eunit tests only for files in src directory
pull/144/head
Chandru Mullaparthi
9 years ago
parent
6d5bcef5ff
commit
017ab585e4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@ -29,7 +29,7 @@ old_tests:
eunit
:
@echo
"====================================================="
@echo
"Running eunit tests..."
$(
REBAR
)
eunit
$(
REBAR
)
eunit
--dir
=
"src"
xref
:
all
$(
REBAR
)
xref
Write
Preview
Loading…
Cancel
Save