| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
All library files are LGPL-family, all scripts are GPL.
This sounds like reasonable licensing WRT targeted project
audience. We can always go to GPLv3+ and LGPLv3+ (or anybody
could to this). Inspiration from:
https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing
|
| |
|
|
|
|
|
| |
* bin/dtf-gen: Ensure that $outputdir is absolute path.
* share/dtf/lib/default (__dtf_is_testdir): Readlink -f for both
outputdir and test case candidate directory. This is OK because
we don't have to make 'dtf-gen' script terribly portable.
|
| |
|
|
|
|
|
|
| |
* bin/dtf-gen (DG): Allow to be overridden from environment.
* share/dtf/lib/tests (dtf_pkg): Merge similar functions into one.
(dtf_pkg_install): Use dtf_pkg.
(dtf_pkg_remove): New function.
(__dtf_prereq_pkg): Handle 'missing' argument.
|
| |
|
|
|
|
|
|
| |
This is useful for particular test-cases. Also, this is generated
for target system/architecture.
* bin/dtf-gen: Include expanded 'tests' template into 'library'.
* share/dtf/lib/tests: New library file.
|
| |
|
|
|
|
| |
* bin/dtf-gen (die): New wrapper.
(generate_wrapper): Use die instead of exit.
(dg_call): Die if $DG fails.
|
| |
|
|
|
|
|
|
| |
* bin/dtf-gen: Accept '--distro' option.
($DG): New constant.
(dg_call): New wrapper for dg.
(generate_wrapper): Use 'dg_call' instead of cp & cat.
* dtf-gen: Pass all options down to bin/dtf-gen.
|
| |
|
|
|
|
|
|
|
| |
* bin/dtf-gen: Use /bin/sh shebang.
* share/dtf/lib/default: Likewise.
(__dtf_internal_fail): New internal method.
(__dtf_run_testcase): Play with mkfifo.
* share/dtf/tpl/run.tpl: Use /bin/sh shebang. Remove $outputdir
before script start.
|
|
|
* bin/dtf-gen: New script.
* dtf-gen: New wrapper to be run from git.
* share/dtf/lib/default: Library script.
* share/dtf/tpl/run.tpl: Template for 'run' wrapper.
|