diff options
author | Anders Svensson <[email protected]> | 2011-09-19 11:32:48 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2011-09-26 17:11:05 +0200 |
commit | 34171e0c62d28fde23a690b5615a5d00ffac7045 (patch) | |
tree | 10af68a8807f804742518977bda3a36b510eda36 /lib/diameter/test/Makefile | |
parent | c70314ecb08697d0926c0e86e048cd22dab60068 (diff) | |
download | otp-34171e0c62d28fde23a690b5615a5d00ffac7045.tar.gz otp-34171e0c62d28fde23a690b5615a5d00ffac7045.tar.bz2 otp-34171e0c62d28fde23a690b5615a5d00ffac7045.zip |
Add dict suite, remove session suite
Diffstat (limited to 'lib/diameter/test/Makefile')
-rw-r--r-- | lib/diameter/test/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/lib/diameter/test/Makefile b/lib/diameter/test/Makefile index d77099785f..c2619df204 100644 --- a/lib/diameter/test/Makefile +++ b/lib/diameter/test/Makefile @@ -67,7 +67,7 @@ SOURCE = $(HRL_FILES) $(ERL_FILES) TARGET_FILES = $(MODULES:%=%.$(EMULATOR)) -APP_CASES = app appup +APP_CASES = app TRANSPORT_CASES = tcp @@ -229,9 +229,6 @@ help: @echo " app" @echo " Run the $(APPLICATION) application sub-test-suite. " @echo "" - @echo " appup" - @echo " Run the $(APPLICATION) application upgrade (appup) sub-test-suite. " - @echo "" @echo " compiler" @echo " Run the $(APPLICATION) compiler sub-test-suite(s). " @echo "" @@ -242,9 +239,6 @@ help: @echo " sync" @echo " Run the $(APPLICATION) sync sub-test-suite. " @echo "" - @echo " session" - @echo " Run the $(APPLICATION) session sub-test-suite. " - @echo "" @echo " stats" @echo " Run the $(APPLICATION) stats sub-test-suite. " @echo "" @@ -309,14 +303,14 @@ log: # This assumes GNU sed to exit 1 if the output looks to indicate failure. # diameter_ct:run/1 itself can't tell (it seems). -app codec: log make +app codec dict: log make $(MERL) $(ARGS) \ -sname diameter_test_$@ \ -s diameter_ct run $@ \ -s init stop \ | sed '/ FAILED /h; p; $$!d; x; /./!d; Q 1' -appup compiler conf sync session stats reg peer tcp: make +compiler conf sync stats reg peer tcp: make $(MERL) $(ARGS) -sname diameter_$@ $(ERL_PATH) \ -s $(DIAMETER_TEST_SERVER) t diameter_$@_test \ $(ESTOP) |