<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/testsuite, branch 1_00</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_00</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_00'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2004-10-08T07:46:08+00:00</updated>
<entry>
<title>egor duda writes:</title>
<updated>2004-10-08T07:46:08+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2004-10-08T07:46:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=7daa076d3e24e84ce1f4e9b6133783816575c4c8'/>
<id>urn:sha1:7daa076d3e24e84ce1f4e9b6133783816575c4c8</id>
<content type='text'>
Hi!

I've created a patch to busybox' build system to allow building it in
separate tree in a manner similar to kbuild from kernel version 2.6.

That is, one runs command like
'make O=/build/some/where/for/specific/target/and/options'
and everything is built in this exact directory, provided that it exists.

I understand that applyingc such invasive changes during 'release
candidates' stage of development is at best unwise. So, i'm currently
asking for comments about this patch, starting from whether such thing
is needed at all to whether it coded properly.

'make check' should work now, and one make creates Makefile in build
directory, so one can run 'make' in build directory after that.

One possible caveat is that if we build in some directory other than
source one, the source directory should be 'distclean'ed first.

egor
</content>
</entry>
<entry>
<title>Add two fundamental tests for copying directories</title>
<updated>2004-04-18T13:35:56+00:00</updated>
<author>
<name>Glenn L McGrath</name>
<email>bug1@ihug.co.nz</email>
</author>
<published>2004-04-18T13:35:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=c6a99b993d2a97792eb122255ec84cbcae7b55e0'/>
<id>urn:sha1:c6a99b993d2a97792eb122255ec84cbcae7b55e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor tar test update</title>
<updated>2004-04-06T11:34:02+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2004-04-06T11:34:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5c1ee519ea00311db4af0f3daca4387be6067772'/>
<id>urn:sha1:5c1ee519ea00311db4af0f3daca4387be6067772</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Kill off the old 'tests' stuff.  Write a ton of new tests for the</title>
<updated>2004-04-06T11:10:30+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2004-04-06T11:10:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=650fe63467e693990cf357c51b74db3278088a56'/>
<id>urn:sha1:650fe63467e693990cf357c51b74db3278088a56</id>
<content type='text'>
'testsuite' dir.  Fix a bunch of broken tests.  Fix the testsuite
'runtest' script so it actually reports all failures and provides
meaningful feedback.
 -Erik
</content>
</entry>
<entry>
<title>Fix the test suite script so it actually works and actually flags</title>
<updated>2004-04-06T00:41:39+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2004-04-06T00:41:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=c354f6ee54c53057eca50359a94c7b50246b0e53'/>
<id>urn:sha1:c354f6ee54c53057eca50359a94c7b50246b0e53</id>
<content type='text'>
all errors as such.  Make verbose mode exit on FAIL and provide a
printout of the failed test run.
</content>
</entry>
<entry>
<title>Some test additions</title>
<updated>2004-04-05T18:46:24+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2004-04-05T18:46:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=b2e267f15380ff6c48b0ee5c7cd9dd7f279b38c7'/>
<id>urn:sha1:b2e267f15380ff6c48b0ee5c7cd9dd7f279b38c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Isolate code better for unused options, config option to enable long</title>
<updated>2003-12-26T14:01:37+00:00</updated>
<author>
<name>Glenn L McGrath</name>
<email>bug1@ihug.co.nz</email>
</author>
<published>2003-12-26T14:01:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=ce91c8ac2bb343f0b3303c608c5a8b5a2252204d'/>
<id>urn:sha1:ce91c8ac2bb343f0b3303c608c5a8b5a2252204d</id>
<content type='text'>
options, add some conditions to the tar tests in testsuite.
</content>
</entry>
<entry>
<title>Update status of tests which should pass</title>
<updated>2003-11-20T09:57:44+00:00</updated>
<author>
<name>Glenn L McGrath</name>
<email>bug1@ihug.co.nz</email>
</author>
<published>2003-11-20T09:57:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d9c8ab40a485aa8a7fae92a5d2bbada0e7513ef3'/>
<id>urn:sha1:d9c8ab40a485aa8a7fae92a5d2bbada0e7513ef3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove controversial tests</title>
<updated>2003-11-20T09:56:34+00:00</updated>
<author>
<name>Glenn L McGrath</name>
<email>bug1@ihug.co.nz</email>
</author>
<published>2003-11-20T09:56:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3a2fcc63b848ba26ce5a346fabe7d88b46bde690'/>
<id>urn:sha1:3a2fcc63b848ba26ce5a346fabe7d88b46bde690</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Configuration option to define wether to follows GNU sed's behaviour</title>
<updated>2003-09-16T05:25:43+00:00</updated>
<author>
<name>Glenn L McGrath</name>
<email>bug1@ihug.co.nz</email>
</author>
<published>2003-09-16T05:25:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=2570b43e829ccfc0f199fe61aafc24b1bd3fc7b1'/>
<id>urn:sha1:2570b43e829ccfc0f199fe61aafc24b1bd3fc7b1</id>
<content type='text'>
or the posix standard.
Put the cleanup code back the way it was.
</content>
</entry>
</feed>
