Skip to content

Commit

Permalink
tests: Add test-MediaSettings-refer
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlivio committed May 9, 2018
1 parent c8978da commit 60edb84
Show file tree
Hide file tree
Showing 4 changed files with 1,578 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@
/tests/test-Media-anchors-started-from-ports
/tests/test-Media-anchors-started-from-links
/tests/test-MediaSettings-instances
/tests/test-MediaSettings-refer
/tests/test-MediaSettings-new
/tests/test-Siggen-new
/tests/test-Object-getTime
Expand Down
1 change: 1 addition & 0 deletions lib/aux-ginga.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ GINGA_PRAGMA_DIAG_POP ()
GINGA_END_DECLS

// C++ library.
#include <iostream>
#include <algorithm>
#include <list>
#include <map>
Expand Down
3 changes: 3 additions & 0 deletions tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,9 @@ test_MediaSettings_instances_SOURCES= test-MediaSettings-instances.cpp
progs+= test-MediaSettings-new
test_MediaSettings_new_SOURCES= test-MediaSettings-new.cpp

progs+= test-MediaSettings-refer
test_MediaSettings_refer_SOURCES= test-MediaSettings-refer.cpp

# lib/Context.h ------------------------------------------------------------
progs+= test-Context-new
test_Context_new_SOURCES= test-Context-new.cpp
Expand Down
Loading

0 comments on commit 60edb84

Please sign in to comment.