xamarin-macios/tests/generator
Rolf Bjarne Kvinge 00874dc1e7 [tests][generator] 'virtualwrap' is a custom test, so put it in the corresponding variable. (#1743)
Fixes this warning:

    Makefile:163: warning: overriding commands for target `virtualwrap'
    Makefile:40: warning: ignoring old commands for target `virtualwrap'
2017-02-22 14:23:45 +01:00
..
.gitignore [tests] Import 2016-05-26 15:06:52 +02:00
Makefile [tests][generator] 'virtualwrap' is a custom test, so put it in the corresponding variable. (#1743) 2017-02-22 14:23:45 +01:00
NSApplicationPublicEnsureMethods.cs [tests] Import 2016-05-26 15:06:52 +02:00
README.md [tests] Import 2016-05-26 15:06:52 +02:00
arrayfromhandlebug.cs [tests] Import 2016-05-26 15:06:52 +02:00
bi1036.cs [tests] Import 2016-05-26 15:06:52 +02:00
bi1046.cs [generator] Allow identical (numeric) values in smart enums. Fixes #46285 (#1102) 2016-11-02 21:46:04 -04:00
bindas1048error.cs [generator] Add BindAs support (#1476) 2017-01-25 07:14:55 +01:00
bindas1049error.cs [generator] Add BindAs support (#1476) 2017-01-25 07:14:55 +01:00
bindas1050modelerror.cs [generator] Add BindAs support (#1476) 2017-01-25 07:14:55 +01:00
bindas1050protocolerror.cs [generator] Add BindAs support (#1476) 2017-01-25 07:14:55 +01:00
bindastests.cs [generator] Add BindAs support (#1476) 2017-01-25 07:14:55 +01:00
bmac-with-hyphen-in-name.cs [tests] Import 2016-05-26 15:06:52 +02:00
bmac_smoke.cs [tests] Import 2016-05-26 15:06:52 +02:00
btouch-with-hyphen-in-name.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug15283.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug15307.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug15799.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug16036.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug17232.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug23041.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug24078-ignore-methods-events.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug27428.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug27430.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug27986.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug29493.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug31788.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug34042.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug35176.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug36457.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug37527-missing-property.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug37527-wrong-property.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug39614.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug40282.cs [tests] Import 2016-05-26 15:06:52 +02:00
bug43579.cs [generator] Fix bug 43579 - Generator emits invalid code when using the same method name (overload) in @delegates using events and C# delegates (#817) 2016-09-14 08:20:08 -04:00
bug46292.cs [generator] Copy [Obsolete] attributes on smart enums. Fixes #46292 (#1104) 2016-11-02 23:18:59 -04:00
classNameCollision-enum.cs [tests] Import 2016-05-26 15:06:52 +02:00
classNameCollision.cs [tests] Import 2016-05-26 15:06:52 +02:00
desk63279A.cs [tests] Import 2016-05-26 15:06:52 +02:00
desk63279B.cs [tests] Import 2016-05-26 15:06:52 +02:00
desk79124.cs [tests] Import 2016-05-26 15:06:52 +02:00
forcedtype.cs [generator] ForcedType is now only valid on parameters, properties and return value 2016-09-26 03:57:57 -05:00
forum54078.cs [tests] Import 2016-05-26 15:06:52 +02:00
multiple-api-definitions1.cs [tests] Import 2016-05-26 15:06:52 +02:00
multiple-api-definitions2-a.cs [tests] Import 2016-05-26 15:06:52 +02:00
multiple-api-definitions2-b.cs [tests] Import 2016-05-26 15:06:52 +02:00
property-redefination-ios.cs [tests] Import 2016-05-26 15:06:52 +02:00
property-redefination-mac.cs [tests] Import 2016-05-26 15:06:52 +02:00
protocol-duplicate-abstract-error.cs [tests] Import 2016-05-26 15:06:52 +02:00
protocol-duplicate-abstract.cs [tests] Import 2016-05-26 15:06:52 +02:00
protocol-duplicate-method-diff-length.cs [tests] Import 2016-05-26 15:06:52 +02:00
protocol-duplicate-method-diff-out.cs [tests] Import 2016-05-26 15:06:52 +02:00
protocol-duplicate-method-diff-return.cs [tests] Import 2016-05-26 15:06:52 +02:00
protocol-duplicate-method-diff-type.cs [tests] Import 2016-05-26 15:06:52 +02:00
sof20696157.cs [tests] Import 2016-05-26 15:06:52 +02:00
sof20696157.sh [tests] Import 2016-05-26 15:06:52 +02:00
strong-dict-support-templated-dicts.cs [Fix] Ensure that strong dictionaries can work with templated dictionaries as property types. 2016-06-13 12:13:48 +02:00
virtualwrap.cs [generator] Have WrapAttribute generate virtual members (#1707) 2017-02-16 17:24:40 -06:00

README.md

Tests for the binding generator

New test

  • Create a C# file with the api definition.
  • Add the C# file to the Makefile, like all the other tests. Remember to add it to the 'all' target.