浏览代码

Compile test modules

merge_pull_req_123
Chandrashekhar Mullaparthi 9 年前
父节点
当前提交
3a4044d4c1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile 查看文件

@ -19,6 +19,7 @@ eunit_test: all
./rebar eunit
test: all
cd test; erl -pa ../../ibrowse/ebin -make; cd ../; \
erl -noshell -pa test -pa ebin -s ibrowse_test unit_tests \
-s ibrowse_test verify_chunked_streaming \
-s ibrowse_test test_chunked_streaming_once \

正在加载...
取消
保存