Browse Source

Compile test modules

merge_pull_req_123
Chandrashekhar Mullaparthi 9 years ago
parent
commit
3a4044d4c1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile View File

@ -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 \

Loading…
Cancel
Save