Skip to content

Commit

Permalink
move vectorTest to test from example
Browse files Browse the repository at this point in the history
  • Loading branch information
smohantty committed Jul 10, 2019
1 parent 826e2e1 commit c595738
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions example/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ executable('lottie2gif',
override_options : override_default,
link_with : rlottie_lib)

executable('vectorTest',
'vectortest.cpp',
include_directories : inc,
dependencies : [rlottie_lib_dep])

demo_dep = dependency('elementary', required : false, disabler : true)

executable('demo',
Expand Down
5 changes: 5 additions & 0 deletions test/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,8 @@ animation_testsuite = executable('animationTestSuite',
)

test('Animation Testsuite', animation_testsuite)

executable('vectorTest',
'vectortest.cpp',
include_directories : inc,
dependencies : [rlottie_lib_dep])
File renamed without changes.

0 comments on commit c595738

Please sign in to comment.