Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-29 | Merge branch 'anders/diameter/testsuites/OTP-9553' into dev | Anders Svensson | |
* anders/diameter/testsuites/OTP-9553: Remove forgotten dbg | |||
2011-09-29 | Remove forgotten dbg | Anders Svensson | |
2011-09-28 | Merge branch 'anders/diameter/testsuites/OTP-9553' into dev | Anders Svensson | |
* anders/diameter/testsuites/OTP-9553: Don't install Emakefile at release_tests | |||
2011-09-28 | Don't install Emakefile at release_tests | Anders Svensson | |
Emakefile contained compile flags that caused compilation of suites to fail in some cases. common_test will generate an Emakefile and diameter has no need for one of its own. | |||
2011-09-27 | Example/dbg/comment fixes | Anders Svensson | |
2011-09-27 | Don't include compiler/help modules in app | Anders Svensson | |
2011-09-27 | Explicit {init,end}_per_group/2 to work around ct bug | Anders Svensson | |
Without these functions the result pages are currently mangled. The overview page shows that no suites have run, even though all in fact are, and diameter-specific page is truncated after the dict suite, which is the first suite that relied on an implicit {init,end}_per_group/2. This is apparently the result of a recent common_test commit. | |||
2011-09-27 | Add relay suite | Anders Svensson | |
2011-09-26 | More traffic cases | Anders Svensson | |
2011-09-26 | Add traffic suite | Anders Svensson | |
2011-09-26 | Use groups for parallel testcase execution | Anders Svensson | |
2011-09-26 | Remove gen_sctp suite since it's not diameter-specific | Anders Svensson | |
2011-09-26 | Minor macro cleanup | Anders Svensson | |
2011-09-26 | Minor diameter_ct simplification | Anders Svensson | |
2011-09-26 | Improve xref testcase | Anders Svensson | |
2011-09-26 | Don't require GNU sed to fail testsuite targets | Anders Svensson | |
2011-09-26 | Generate dependencies makefile | Anders Svensson | |
2011-09-26 | Makefile/spec cleanup | Anders Svensson | |
2011-09-26 | Remove old test framework | Anders Svensson | |
2011-09-26 | Add transport and gen_sctp suites | Anders Svensson | |
2011-09-26 | Add watchdog suite | Anders Svensson | |
2011-09-26 | Add stats suite | Anders Svensson | |
2011-09-26 | Add sync suite | Anders Svensson | |
2011-09-26 | Add reg suite | Anders Svensson | |
2011-09-26 | Add dict suite, remove session suite | Anders Svensson | |
2011-09-26 | Move appup tests into app suite and use systools for both | Anders Svensson | |
2011-09-26 | Migrate app suite to pure ct and simplify | Anders Svensson | |
2011-09-26 | Add codec suite based on pure ct | Anders Svensson | |
2011-09-26 | Remove slask and beam | Anders Svensson | |
2011-06-05 | Again: Call chmod without the "-f" flag | Holger Weiß | |
Commit 7ed11a886fc8fcaf3c2b8324294e2f24e02b0f28 removed the "-f" flag from chmod calls in Makefiles: | "-f" is a non-standard chmod option which at least SGI IRIX and HP UX | do not support. As the only effect of the "-f" flag is to suppress | warning messages, it can be safely omitted. Meanwhile, new "chmod -f" calls have been added. This commit removes the "-f" flag from those new calls. | |||
2011-05-20 | Update copyright years | Björn-Egil Dahlberg | |
2011-05-18 | Initial commit of the diameter application. | Anders Svensson | |
The application provides an implementation of the Diameter protocol as defined in RFC 3588. |