Skip to content

Commit

Permalink
fruity: Remove the xpc-test program
Browse files Browse the repository at this point in the history
It has served its purpose. We now have tests that can be run instead.
  • Loading branch information
oleavr committed May 31, 2024
1 parent 8d375b5 commit ded45c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 371 deletions.
363 changes: 0 additions & 363 deletions src/fruity/xpc-test.vala

This file was deleted.

8 changes: 0 additions & 8 deletions src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -628,11 +628,3 @@ subdir('api')
if 'core' in get_option('devkits')
subdir('devkit')
endif

if have_fruity_backend
executable('xpc-test',
'fruity' / 'xpc-test.vala',
vala_args: [backend_vala_args, backend_vala_args_private, base_vala_args, gum_vala_args],
dependencies: core_dep,
)
endif

0 comments on commit ded45c9

Please sign in to comment.