Skip to content

Commit a00782f

Browse files
author
Szymon Mentel
committed
Pass cmd line arguments to make ct target
1 parent 91173d4 commit a00782f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ eunit: compile
1616
./rebar -v skip_deps=true eunit
1717

1818
ct: compile
19-
./rebar -v ct
19+
./rebar -v ct $(CTARGS)
2020

2121
distclean: clean
2222
./rebar delete-deps

0 commit comments

Comments
 (0)