mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 08:15:40 +02:00
Rename project: f00bar -> yambar
This commit is contained in:
parent
9b9344877f
commit
9dbbc480e4
23 changed files with 87 additions and 87 deletions
|
@ -1,10 +1,10 @@
|
|||
test('is-executable', f00bar, args: ['--version'])
|
||||
test('is-executable', yambar, args: ['--version'])
|
||||
|
||||
pwd = meson.current_source_dir()
|
||||
|
||||
# Configuration validation tests
|
||||
test('no-config', f00bar, args: ['-C', '-c', 'xyz'], should_fail: true)
|
||||
test('config-isnt-file', f00bar, args: ['-C', '-c', '.'], should_fail: true)
|
||||
test('config-no-bar', f00bar, args: ['-C', '-c', join_paths(pwd, 'no-bar.yml')],
|
||||
test('no-config', yambar, args: ['-C', '-c', 'xyz'], should_fail: true)
|
||||
test('config-isnt-file', yambar, args: ['-C', '-c', '.'], should_fail: true)
|
||||
test('config-no-bar', yambar, args: ['-C', '-c', join_paths(pwd, 'no-bar.yml')],
|
||||
should_fail: true)
|
||||
test('full-conf-good', f00bar, args: ['-C', '-c', join_paths(pwd, 'full-conf-good.yml')])
|
||||
test('full-conf-good', yambar, args: ['-C', '-c', join_paths(pwd, 'full-conf-good.yml')])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue