diff options
author | Micael Karlberg <[email protected]> | 2019-07-17 11:32:07 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2019-07-17 11:54:17 +0200 |
commit | 62b0a65b27e16c3d56df45760fb4878cf2ede5f9 (patch) | |
tree | fc61dade195f53c5de5bdc069dbc6f96bf45d078 /lib/megaco/test/Makefile | |
parent | b4730a1efd315d7b4e410f34a2b66cb7bfd77889 (diff) | |
download | otp-62b0a65b27e16c3d56df45760fb4878cf2ede5f9.tar.gz otp-62b0a65b27e16c3d56df45760fb4878cf2ede5f9.tar.bz2 otp-62b0a65b27e16c3d56df45760fb4878cf2ede5f9.zip |
[megaco|test] Reworked the test generator behaviour
Reworked the megaco test generator (megaco_test_generator) behaviour
to remove compiler warnings.
Diffstat (limited to 'lib/megaco/test/Makefile')
-rw-r--r-- | lib/megaco/test/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/megaco/test/Makefile b/lib/megaco/test/Makefile index 4ddd73eea1..b4e31765b8 100644 --- a/lib/megaco/test/Makefile +++ b/lib/megaco/test/Makefile @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 1999-2016. All Rights Reserved. +# Copyright Ericsson AB 1999-2019. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -102,6 +102,9 @@ endif ERL_COMPILE_FLAGS += $(MEGACO_ERL_COMPILE_FLAGS) +# We have a behaviour in the test catalog (megaco_test_generator) +ERL_COMPILE_FLAGS += -pa ../../megaco/test + ERL_PATH = -pa ../../megaco/examples/simple \ -pa ../../megaco/ebin \ -pa ../../et/ebin |