Browse Source

Deprecate test/Makefile

pull/82/head
Joseph Wayne Norton 12 years ago
parent
commit
a3e64d54f7
3 changed files with 0 additions and 22 deletions
  1. +0
    -2
      .gitignore
  2. +0
    -1
      Makefile
  3. +0
    -19
      test/Makefile

+ 0
- 2
.gitignore View File

@ -1,6 +1,4 @@
ebin/
*~
.eunit/
test/
*beam

+ 0
- 1
Makefile View File

@ -12,7 +12,6 @@ install: all
test: all
./rebar eunit
(cd test; make)
erl -noshell -pa .eunit -pa test -s ibrowse -s ibrowse_test unit_tests \
-s ibrowse_test verify_chunked_streaming \
-s ibrowse_test test_chunked_streaming_once \

+ 0
- 19
test/Makefile View File

@ -1,19 +0,0 @@
ERL_FILES = ibrowse_test_server.erl
INCLUDE_DIRS = -I./
ERLC ?= erlc
ERLC_EMULATOR ?= erl -boot start_clean
COMPILER_OPTIONS = -W +warn_unused_vars +nowarn_shadow_vars +warn_unused_import
.SUFFIXES: .erl .beam $(SUFFIXES)
all: $(ERL_FILES:%.erl=%.beam)
%.beam: %.erl
${ERLC} $(COMPILER_OPTIONS) $(INCLUDE_DIRS) -o ./ $<
clean:
rm -f *.beam

Loading…
Cancel
Save