summaryrefslogtreecommitdiff
path: root/source4/pidl/tests
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r18559: [string] always applies to the last pointerJelmer Vernooij1-1/+30
(This used to be commit 86b4624226d6e72645221cadb8669b0f1aba0903)
2007-10-10r14867: Include <stdbool.h> in external compilesJelmer Vernooij1-0/+1
(This used to be commit 03224dab111b931effd548586e630480fa1423b1)
2007-10-10r14727: Update pidls' TODO, add test that demonstrates the desired behaviourJelmer Vernooij1-0/+38
(This used to be commit c2f510d38be6b4387120d7477ddd200b9bec13e5)
2007-10-10r14690: Support represent_as in headers, enable represent_as() test (which ↵Jelmer Vernooij1-10/+4
works now) (This used to be commit 31e847a0844a6871befc6091e813ae017cd6e4b4)
2007-10-10r14689: Fix testJelmer Vernooij1-9/+4
(This used to be commit b199f5345cc92ff8aeb59479c8c2a89ab1278d70)
2007-10-10r14688: More work on represent_as(): output the right function calls, fix test.Jelmer Vernooij2-2/+11
(This used to be commit 7bc72277b37f9d89f6a078e85c14d560fd33a3bb)
2007-10-10r14687: Start working on support for represent_as() and transmit_as() asJelmer Vernooij2-3/+44
an alternative to subcontext() (This used to be commit 744402160d5f994f5440553bb726e95a13033a83)
2007-10-10r14686: Fix pidl testsuite to run whenever there is a shared libary builtJelmer Vernooij3-47/+48
Samba present. Ignore tests that are known to fail for now. (This used to be commit a7279f13f0431a5036c931c5339542f98139c461)
2007-10-10r14550: Fix testsJelmer Vernooij1-6/+6
(This used to be commit 765fd852e789371f6b6361acd7603f8056ac14a9)
2007-10-10r12776: use $ENV{TEST_DATA_PREFIX} for test files if availableStefan Metzmacher1-2/+9
metze (This used to be commit 5552eaa37c228872736688bb65b4f678bdfeddf4)
2007-10-10r12539: fix the pidl testsStefan Metzmacher1-1/+1
metze (This used to be commit 4b90ad7a272b3cb976c2efc2c67b339519b1cd90)
2007-10-10r12482: Add some more testsJelmer Vernooij1-10/+12
(This used to be commit 516b66e0f1c65688abb936b4432039bc431b872c)
2007-10-10r12480: Extend testsuiteJelmer Vernooij1-1/+24
(This used to be commit 1fa6c3568b9653f637da92e9a66695cd89825a2f)
2007-10-10r12470: Add helper module for pidl testsJelmer Vernooij8-103/+177
Convert other pidl tests to use Test::More and run them from 'make test' (This used to be commit 3a57d29a62112ab654e290ccc985fba7f67664c5)
2007-10-10r12465: Merge Parse::Pidl::Samba4::NDR::Header into ↵Jelmer Vernooij1-27/+43
Parse::Pidl::Samba4::NDR::Parser. Small optimization to avoid including NDR headers multiple times (This used to be commit 6967b9884970b6f1d7617196ab024d401628a13c)
2007-10-10r12464: Add simple IDL parsing tests for pidl using the standard perlJelmer Vernooij7-71/+100
testing framework (Test::Simple, distributed with perl itself). Run these tests from 'make test' (This used to be commit 975d8816db6697dab828941b69a740e3a0a2c272)
2007-10-10r12463: Rename 'Samba' namespace to 'Samba4'Jelmer Vernooij1-2/+6
(This used to be commit f25358270d44a5642adbb85ecaa50b2e5730d7f0)
2007-10-10r9459: Move pidl up one level (to prevent too much nesting)Jelmer Vernooij6-0/+927
(This used to be commit e48202275e60c18e464457d200daeb953386e221)