repo.or.cz
/
pidgin-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
rename accountopt.[ch] to purpleaccountoption.[ch]
[pidgin-git.git]
/
libpurple
/
protocols
/
oscar
/
tests
/
meson.build
blob
0133e29aafd9a557b40dddee64909dcfb52833a0
1
foreach prog : ['util']
2
e = executable(
3
'test_oscar_' + prog, 'test_oscar_@0@.c'.format(prog),
4
link_with : [oscar_prpl],
5
dependencies : [libpurple_dep, glib])
6
7
test('oscar_' + prog, e)
8
endforeach