aboutsummaryrefslogtreecommitdiff
path: root/manual tests
AgeCommit message (Collapse)AuthorFilesLines
2017-06-01Updated wrap definitions to the latest in wrapdb.Jussi Pakkanen4-22/+16
2017-06-01Update multiwrap urls for libpng.Jussi Pakkanen1-7/+7
2017-05-21Re-add comment about hdiutil outputStefan Graupner1-0/+2
2017-05-21Change hdiutil detachStefan Graupner1-4/+1
The detach now always fetches the correct mountpoint.
2017-03-29fix "Meson encountered an error in file meson.build, line 19, column … (#1536)kalmiya1-2/+2
fix "Meson encountered an error in file meson.build, line 19, column 8: Unknown method "set_install_script" in object."
2017-01-11style: [E251] unexpected spaces around keyword / parameter equalsMike Sinkovsky1-1/+1
2017-01-02style: fix E127 violationsIgor Gnatenko1-2/+2
E127: continuation line over-indented for visual indent Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2016-11-20Renamed test to plug hole in numbering.Jussi Pakkanen3-0/+0
2016-11-11tests: Remove outdated qt4 manual test and rename qt5 automated testNirbheek Chauhan11-176/+0
qt5 framework test now also tests qt4, and will test qt6 if/when it comes out.
2016-10-20add support of mercurial repo for wrap,… (#937)AlexandreFoley3-0/+20
* add support for wrap of mercurial repo, and a test with a clone of the sample subproject used for the git test into a mercuriel repo. * Added myself to author list, and switched the URL of the sample subproject in the wrap file to one under the control of the project's maintainers.
2016-08-08Doc clarification.Jussi Pakkanen1-1/+1
2016-07-24Updated manual test 1.Jussi Pakkanen2-10/+9
2016-07-02Can get arbitrary data from cross file properties.Jussi Pakkanen1-0/+4
2016-05-21Can specify a stdlib subproject that is used implicitly on all targets with ↵Jussi Pakkanen2-11/+6
said language.
2016-05-21Made cstdlib a subproject.Jussi Pakkanen6-0/+81
2015-10-13Fix manual tests using host.name()Haakon Sporsheim1-4/+4
2015-08-27Use of libdl is optional. Closes #248.Jussi Pakkanen1-4/+7
2015-08-24fix building vala composite testIgor Gnatenko1-4/+5
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-08-24Revert "simplify GResources in vala composite test"Igor Gnatenko1-1/+1
This reverts commit d2fa9301ac7ec3e1a74748ae17e1c310a2b8cdd6.
2015-07-27simplify GResources in vala composite testIgor Gnatenko1-1/+1
2015-07-23Added timeout kwarg to tests.Jussi Pakkanen2-0/+14
2015-07-02manual tests: add example for composite widgetsIgor Gnatenko4-0/+137
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-05-29Made multiwrap use wrabdb where possible.Jussi Pakkanen3-7/+8
2015-05-29Updated wrap example to use wrapdb.Jussi Pakkanen1-3/+3
2015-05-02Typo fixes.Jussi Pakkanen2-2/+2
2015-04-29Added module for Qt4 support.Jussi Pakkanen11-0/+176
2015-04-03Copy with -R to preserve symlinks.Jussi Pakkanen1-1/+1
2015-03-27Mode fix.Jussi Pakkanen1-0/+0
2015-03-27Build windows installer for SDL2 sample app.Jussi Pakkanen5-7/+65
2015-03-23modules/rpm: workaround when ext_prog not found locallyIgor Gnatenko1-0/+1
Traceback (most recent call last): File "../../../meson.py", line 184, in <module> app.generate() File "../../../meson.py", line 130, in generate intr.run() File "/home/brain/git/upstream/meson/interpreter.py", line 828, in run self.evaluate_codeblock(self.ast) File "/home/brain/git/upstream/meson/interpreter.py", line 850, in evaluate_codeblock raise e File "/home/brain/git/upstream/meson/interpreter.py", line 844, in evaluate_codeblock self.evaluate_statement(cur) File "/home/brain/git/upstream/meson/interpreter.py", line 897, in evaluate_statement return self.method_call(cur) File "/home/brain/git/upstream/meson/interpreter.py", line 1620, in method_call return obj.method_call(method_name, args, kwargs) File "/home/brain/git/upstream/meson/interpreter.py", line 625, in method_call value = fn(state, args, kwargs) File "/home/brain/git/upstream/meson/modules/rpm.py", line 98, in generate_spec_template fn.write('BuildRequires: %s\n' % ' '.join(prog.fullpath)) TypeError: sequence item 0: expected str instance, NoneType found Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-03-21modules/rpm: rename 4 to 5 in tests dirIgor Gnatenko4-0/+0
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-03-21modules/rpm: rename to generate_spec_templateIgor Gnatenko1-1/+1
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-03-21modules/rpm: add exampleIgor Gnatenko4-0/+28
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2015-03-20A few minor tweaks.Jussi Pakkanen1-0/+2
2015-03-20Add support for checking out git repos to subprojects automatically.Jussi Pakkanen18-5/+22
2015-03-17A few tweaks.Jussi Pakkanen2-2/+2
2015-03-17Use iostream stuff to ensure stdlibc++ linking is ok.Jussi Pakkanen1-0/+10
2015-03-17Converted binary sample project to C++ to demonstrate how to use C++11 and ↵Jussi Pakkanen6-35/+33
static libstdc++.
2015-03-17Build a standalone Linux package.Jussi Pakkanen4-1/+24
2015-03-17Reworked OSX bundle test to allow adding Linux in the future.Jussi Pakkanen11-22/+48
2015-03-10Added an example of how to create OSX installers.Jussi Pakkanen8-0/+106
2015-02-06A few tweaks for msvc.Jussi Pakkanen2-3/+10
2015-02-06Packaging fix.Jussi Pakkanen1-1/+1
2015-02-06Created a sample project that uses many wraps, including a subwrap.Jussi Pakkanen5-0/+108
2015-02-04Moved files.Jussi Pakkanen3-0/+0
2015-02-02First cut at the Wrap dependency downloader.Jussi Pakkanen3-0/+33