summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* scan: add more tests for the subsection logicStefan Sauer2019-02-021-1/+72
* scan: use a header var in the macro testsStefan Sauer2019-02-021-12/+9
* scan: refactor subsection ordering to make the code testable.Stefan Sauer2019-02-021-0/+7
* Add tests for function pointer vars.Stefan Sauer2019-02-021-0/+6
* Add another test for typedef enum variantsStefan Sauer2019-02-021-1/+6
* tests: add scan test or typedefsStefan Sauer2019-02-011-0/+30
* tests: add more scan tests for structs and unionsStefan Sauer2019-01-311-0/+30
* scan: uinify code path around inline functions.Stefan Sauer2019-01-271-0/+11
* scan: fix handling of deprecated sectionsStefan Sauer2019-01-271-0/+35
* scan: add tests for internal functionsStefan Sauer2018-12-191-2/+19
* scan: move 3 tests for inline functions to unit testsStefan Sauer2018-12-183-46/+29
* ci: tweak ci setup moreStefan Sauer2018-12-141-1/+2
* Add glib to enable integration testsStefan Sauer2018-12-131-10/+7
* scan: add more tests for function pointer typedefsStefan Sauer2018-12-131-1/+34
* tests: add coverage test targetStefan Sauer2018-12-121-0/+8
* tests: fix deprecation warning and make text executableStefan Sauer2018-12-122-4/+4
* scan: add more generic testsStefan Sauer2018-12-121-1/+18
* scan: add more coverage for functionsStefan Sauer2018-12-111-3/+10
* scan: add tests for internal struct/union.Stefan Sauer2018-12-091-0/+10
* scan: add parametrized tests for function pointersStefan Sauer2018-12-093-13/+19
* scan: add tests for function pointersStefan Sauer2018-12-071-9/+15
* scan: make more variables workStefan Sauer2018-12-061-4/+3
* scan: add more type coverageStefan Sauer2018-12-031-8/+32
* scan: move more tests to unit testsStefan Sauer2018-12-014-64/+2
* scan: use parameterized for type testsStefan Sauer2018-12-011-11/+58
* check: fix the test as a followupStefan Sauer2018-11-301-1/+1
* tests: move more function tests to the unit testsStefan Sauer2018-11-303-28/+18
* scan: fix more whitespace issuesStefan Sauer2018-11-301-4/+3
* scan: add some tests for functionsStefan Sauer2018-11-301-28/+56
* scan: move more enum/struct tests to unit testsStefan Sauer2018-11-273-50/+20
* scan: move variable declaration tests into the unit testStefan Sauer2018-11-273-34/+32
* scan: move test from the regression suite to the unit testsStefan Sauer2018-11-273-8/+16
* scan: add tests for unions and fix detecting top-level unionsStefan Sauer2018-11-261-0/+36
* scan: add tests for enumStefan Sauer2018-11-261-1/+38
* scan: add tests for structsStefan Sauer2018-11-261-2/+45
* mkdb: add tests for basic comment-tagsStefan Sauer2018-11-221-0/+67
* tests: use multiline strings for inputs to preserve newlinesStefan Sauer2018-11-202-16/+24
* mkdb: start a new unit test suite for mkdbStefan Sauer2018-11-202-1/+38
* scan: fix types in test class nameStefan Sauer2018-11-201-4/+4
* common: drop python2 support from testStefan Sauer2018-11-201-13/+2
* scan: refactor testsuite to prepare for more testsStefan Sauer2018-11-202-17/+58
* scan: actually add the test file :/Stefan Sauer2018-11-191-0/+76
* scan: start a unit test suite for the scanner.Stefan Sauer2018-11-191-1/+1
* scangobj: revert the recent shlex changesTing-Wei Lan2018-10-271-17/+0
* Merge branch 'scangobj-quotes-fix' into 'master'Stefan Sauer2018-10-192-12/+29
|\
| * gtkdoc-scangobj: allow to pass --{c,ld}flags multiple timesscangobj-quotes-fixMarco Trevisan (Treviño)2018-09-121-11/+8
| * scangobj: keep quotes when splitting with shlexMarco Trevisan (Treviño)2018-09-122-2/+22
* | Add sanity.sh to EXTRA_DIST.Stefan Sauer2018-10-161-1/+1
* | Fix typosRafael Fontenelle2018-10-0310-12/+12
|/
* Revert "tests: don't compile the sources in the integration test"Michael Catanzaro2018-08-2814-2/+169