summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* Add test scripts that create trivial a runtime and appAlexander Larsson2016-02-252-0/+41
|
* lib: Add XdgAppBundleRefAlexander Larsson2016-02-241-0/+0
|
* Update tests' dependencies for commit 2f38ec65Simon McVittie2016-01-291-3/+6
|
* Merge pull request #108 from smcv/no-fuseAlexander Larsson2016-01-291-8/+49
|\ | | | | Fix `make check` when FUSE is unavailable
| * test-doc-portal: skip all tests if no FUSESimon McVittie2016-01-291-0/+26
| | | | | | | | Signed-off-by: Simon McVittie <smcv@debian.org>
| * test-doc-portal: split out global setup/teardown into functionsSimon McVittie2016-01-291-9/+24
| | | | | | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* | Consistently call g_assert_no_error before other assertionsSimon McVittie2016-01-291-2/+2
|/ | | | | | | | If a call fails, an assertion message that contains the error domain, code and message is a lot more useful than reporting that an assertion like "reply != NULL" failed. Signed-off-by: Simon McVittie <smcv@debian.org>
* Rename lib/ to common/ in preparation for public xdg-app libraryAlexander Larsson2015-11-261-2/+2
|
* tests: Use check_PROGRAMS as the primaryDavid King2015-09-181-1/+1
| | | | | | The tests should only be built if required by make check. https://bugs.freedesktop.org/show_bug.cgi?id=92036
* Fix distcheck issues0.4.0Alexander Larsson2015-09-171-1/+2
|
* document portal: Add support for transient documentsAlexander Larsson2015-09-171-1/+1
| | | | These are useful for passing temporary files.
* test-doc-portal: Add recursive file export testAlexander Larsson2015-09-081-1/+30
|
* test-doc-portal: Work around GTestDbus env unsettingAlexander Larsson2015-09-081-0/+3
|
* test-doc-portal: Fix unique boolean argAlexander Larsson2015-09-081-2/+2
|
* test-doc-portal: Launch the portal manuallyAlexander Larsson2015-09-082-1/+6
| | | | This allows us to get debug output
* Add minimal document portal testsAlexander Larsson2015-09-073-2/+274
|
* Add check-valgrind targetAlexander Larsson2015-09-072-0/+30
|
* Use g_auto(GStrv) instead of glnx_strfreevAlexander Larsson2015-08-311-6/+6
|
* Remove ununsed variables reported by clangAlexander Larsson2015-08-271-2/+0
|
* Initial tests of the dbAlexander Larsson2015-08-253-0/+371