Re: [virt-tools-list] [PATCH virt-viewer 2/2] Move tests under /tests directory

2016-03-11 Thread Pavel Grunt
On Fri, 2016-03-11 at 12:05 -0300, Eduardo Lima (Etrunko) wrote: > On 03/11/2016 11:44 AM, Fabiano FidĂȘncio wrote: > [snip] > > > > > > > > diff --git a/tests/Makefile.am b/tests/Makefile.am > > > new file mode 100644 > > > index 000..470733b > > > --- /dev/null > > > +++ b/tests/Makefile.am

Re: [virt-tools-list] [PATCH virt-viewer 2/2] Move tests under /tests directory

2016-03-11 Thread Eduardo Lima (Etrunko)
On 03/11/2016 11:44 AM, Fabiano FidĂȘncio wrote: [snip] >> diff --git a/tests/Makefile.am b/tests/Makefile.am >> new file mode 100644 >> index 000..470733b >> --- /dev/null >> +++ b/tests/Makefile.am >> @@ -0,0 +1,30 @@ >> +NULL = >> + >> +AM_CPPFLAGS =

Re: [virt-tools-list] [PATCH virt-viewer 2/2] Move tests under /tests directory

2016-03-11 Thread Fabiano FidĂȘncio
On Wed, Mar 9, 2016 at 2:21 PM, Pavel Grunt wrote: > Keep tests separated from the code > --- > Makefile.am | 2 +- > configure.ac | 1 + > src/Makefile.am | 40 --- > src/test-monitor-mapping.c | 119 >

[virt-tools-list] [PATCH virt-viewer 2/2] Move tests under /tests directory

2016-03-09 Thread Pavel Grunt
Keep tests separated from the code --- Makefile.am | 2 +- configure.ac | 1 + src/Makefile.am | 40 --- src/test-monitor-mapping.c | 119 --- src/test-version-compare.c | 61 ---