summaryrefslogtreecommitdiff
path: root/lib/asn1/test/testChoTypeRefSeq.erl
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'bg/asn1-tests' into devErlang/OTP2010-03-161-6/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | * bg/asn1-tests: asn1 tests: Let ts:run() build the tests asn1 tests: No longer tolerate compilation warnings asn1 tests: Eliminate use of deprecated concat_binary/1 asn1 tests: Eliminate warning for an unused variable asn1 tests: Modernize guard tests asn1 tests: Clean up comments asn1 tests: Don't refer to $ERL_TOP in compiler options OTP-8520 bg/asn1-tests
| * asn1 tests: Don't refer to $ERL_TOP in compiler optionsBjörn Gustavsson2010-03-111-1/+1
|/ | | | | | | | | | | | | | 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.
* OTP-8463 Support for EXTENSIBILITY IMPLIED and SET/SEQ OF NamedType isKenneth Lundin2010-02-191-0/+115
added.