Skip to content

Commit

Permalink
tests: move test samples to data subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Ruiz committed Mar 3, 2023
1 parent d0e1568 commit decd327
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 98 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
97 changes: 0 additions & 97 deletions tests/gtk3-animation-sample.c

This file was deleted.

2 changes: 1 addition & 1 deletion tests/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ loaders = configure_file(input: 'loaders.cache.in',
configuration : loaders_data)

test_env = ['GDK_PIXBUF_MODULE_FILE=' + meson.current_build_dir() / 'loaders.cache']
test_file_base = 'TEST_FILE=' + meson.current_source_dir()
test_file_base = 'TEST_FILE=' + meson.current_source_dir() / 'data'

test('load 1x1 image', t1, env : test_env + [ test_file_base / 't1.webp'])
test('load 200x200 image', t2, env : test_env + [ test_file_base / 't2.webp'])
Expand Down

0 comments on commit decd327

Please sign in to comment.