aboutsummaryrefslogtreecommitdiffstats
path: root/lib/diameter/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/diameter/test/Makefile')
-rw-r--r--lib/diameter/test/Makefile12
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)