瀏覽代碼

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 ./rebar eunit
test: all test: all
cd test; erl -pa ../../ibrowse/ebin -make; cd ../; \
erl -noshell -pa test -pa ebin -s ibrowse_test unit_tests \ erl -noshell -pa test -pa ebin -s ibrowse_test unit_tests \
-s ibrowse_test verify_chunked_streaming \ -s ibrowse_test verify_chunked_streaming \
-s ibrowse_test test_chunked_streaming_once \ -s ibrowse_test test_chunked_streaming_once \

Loading…
取消
儲存