Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-11 | asn1 tests: Eliminate warning for an unused variable | Björn Gustavsson | |
2010-03-11 | asn1 tests: Modernize guard tests | Björn Gustavsson | |
2010-03-11 | asn1 tests: Clean up comments | Björn Gustavsson | |
Two modules were clearly copied and adapted from the megaco test suite. Change the name of the application being tested in a comment to "asn1" and also remove out-commented code that refers to "megaco". | |||
2010-03-11 | asn1 tests: Don't refer to $ERL_TOP in compiler options | Björn Gustavsson | |
On Windows, $ERL_TOP contains a cygwin-style pathname that can be used in Makefiles to (for instance) include other Makefiles, but must not be passed to non-cygwin programs such as "erlc". Therefore, using compiler options such as "-I $(ERL_TOP)/lib/test_server/include" will not work on Windows. Fix this problem by include "test_server.hrl" using -include_lib() instead of -include(). That works because -include_lib() searches for include files in the code path without the need for any -I options. | |||
2010-03-11 | OTP-8516 asn1: clean up test suite | Björn Gustavsson | |
2010-02-26 | asn1 tests: use consistent line endings | Björn Gustavsson | |
Some files used by the asn1 test suite had mixed DOS and Unix line endings. Noticed-by: Richard Carlsson | |||
2010-02-19 | OTP-8463 Support for EXTENSIBILITY IMPLIED and SET/SEQ OF NamedType is | Kenneth Lundin | |
added. |