Re: [arch-general] unit test generator for shared C/C++ library API

2010-02-17 Thread Andrey Ponomarenko
Thanks, PKGBUILD is correct, except for the last line in the "install" section. I suppose script should be installed without ".pl" suffix: install $srcdir/$pkgname-$pkgver/api-sanity-autotest.pl $pkgdir/usr/bin/api-sanity-autotest Brendan Long wrote: > I looked at the download to see how hard this

Re: [arch-general] unit test generator for shared C/C++ library API

2010-02-16 Thread Brendan Long
I looked at the download to see how hard this would be, and all it is is the license (GPL) and a perl script. Does the package just need to copy the perl script to /usr/bin? If so, I've attached a PKGBUILD and I can upload it to the AUR if it's correct. On 02/16/2010 10:21 AM, kludge wrote: > d.i.

Re: [arch-general] unit test generator for shared C/C++ library API

2010-02-16 Thread kludge
d.i.y: http://wiki.archlinux.org/index.php/Creating_Packages On 02/16/2010 11:03 AM, Andrey Ponomarenko wrote: > Dear colleagues, > > Linux Verification Center at the Institute for System Programming of RAS > and the Linux Foundation have released a free unit test generator for > shared C/C++ lib

[arch-general] unit test generator for shared C/C++ library API

2010-02-16 Thread Andrey Ponomarenko
Dear colleagues, Linux Verification Center at the Institute for System Programming of RAS and the Linux Foundation have released a free unit test generator for shared C/C++ library API. It helps to quickly generate simple ("sanity" or "shallow"-quality) tests for all functions from the library API