diff options
author | Björn Gustavsson <[email protected]> | 2012-10-03 10:55:11 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2012-10-03 10:55:11 +0200 |
commit | 54e7cc9086908a0e5642caa6ac3680557acc5a67 (patch) | |
tree | 19c7c12f7e8cb58548cacb8e52667a06124934c8 /lib/test_server/test/Makefile | |
parent | cb5580b02358a7df145a1b79fcbbfad57ebf246f (diff) | |
parent | a6038cc5161495756cfeab0db36bbd17e5923aaa (diff) | |
download | otp-54e7cc9086908a0e5642caa6ac3680557acc5a67.tar.gz otp-54e7cc9086908a0e5642caa6ac3680557acc5a67.tar.bz2 otp-54e7cc9086908a0e5642caa6ac3680557acc5a67.zip |
Merge branch 'bjorn/test_server/fix-test-cases'
* bjorn/test_server/fix-test-cases:
Provided better information when the test cases fail
Remove the useless test_server_line_SUITE test suite
test_server_SUITE: Remove the undefined_functions/1 test case
Diffstat (limited to 'lib/test_server/test/Makefile')
-rw-r--r-- | lib/test_server/test/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/test_server/test/Makefile b/lib/test_server/test/Makefile index afe5aff196..a3f9820d7f 100644 --- a/lib/test_server/test/Makefile +++ b/lib/test_server/test/Makefile @@ -26,7 +26,6 @@ include $(ERL_TOP)/make/$(TARGET)/otp.mk MODULES= \ test_server_SUITE \ - test_server_line_SUITE \ test_server_test_lib ERL_FILES= $(MODULES:%=%.erl) @@ -65,7 +64,6 @@ make_emakefile: >> $(EMAKEFILE) tests debug opt: make_emakefile - cd ../src && $(MAKE) ../ebin/test_server_line.beam erl $(ERL_MAKE_FLAGS) -make clean: |