]> git.draconx.ca Git - gob-dx.git/commit
Expand the interface implementation test cases.
authorNick Bowler <nbowler@draconx.ca>
Thu, 6 Feb 2020 05:05:59 +0000 (00:05 -0500)
committerNick Bowler <nbowler@draconx.ca>
Fri, 7 Feb 2020 02:13:31 +0000 (21:13 -0500)
commit0c92ab0b40d0c819fe88edd88db5dbf4f609d6da
tree59027cd5404e6e9609f3ab8039c90a725e993e16
parente0a8c2a5c8250c7d906532c2d510c8d330125387
Expand the interface implementation test cases.

Test interface implementation for both dynamic and static types,
and test implementing the same interface in two classes, when one
class derives from another.

The cases where a dynamic class derives from another and both
implement the same interface are currently xfailing, as this
functionality is actually busted.
Makefile.am
t/test-fooable.c [new file with mode: 0644]
t/test-fooable.h [new file with mode: 0644]
tests/general.at
tests/interface.at [new file with mode: 0644]
testsuite.at