openocd/testing/build.test1
Antonio Borneo 6bac2828b2 coding style: testing: remove empty lines at end of text files
Empty lines at end of text files are useless.
Remove them.

Change-Id: Id05a7bd944edccaa03ed9eb48599b2e262664cf0
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5169
Tested-by: jenkins
2020-02-24 10:31:17 +00:00
..
mingw32_help/include coding style: testing: remove empty lines at end of text files 2020-02-24 10:31:17 +00:00
Makefile coding style: testing: remove empty lines at end of text files 2020-02-24 10:31:17 +00:00
Makefile.confuse Renamed build.tests to build.test1 2008-12-27 01:30:06 +00:00
Makefile.ftd2xx - fix missing/incorrect svn file props 2008-12-28 10:58:34 +00:00
Makefile.libftdi - fix missing/incorrect svn file props 2008-12-28 10:58:34 +00:00
Makefile.libusb - fix missing/incorrect svn file props 2008-12-28 10:58:34 +00:00
Makefile.openocd - fix missing/incorrect svn file props 2008-12-28 10:58:34 +00:00
README.TXT coding style: testing: remove empty lines at end of text files 2020-02-24 10:31:17 +00:00
local.uses - fix missing/incorrect svn file props 2008-12-28 10:58:34 +00:00

README.TXT

-- Duane Ellis'es test case for building numerous openocd configurations...
Dec 26,2008
---------------------------------------------------------------------------

1)	Make a directory some where..

	mkdir ~/test

2)	Change to that directory

	cd  ~/test

3)	Checkout OpenOCD in that directory.

	cd ~/test
	svn co https://svn.berlios.de/svnroot/repos/openocd/trunk openocd

4)      Copy the "build.test1" directory to the "~/work" directory.


	cd ~/test
	cp ~/openocd/testing/build.test1/.  ~/test/.

5)	If needed, download various components.

	cd ~/work
	make all.download


6)	For Linux - type: 

	cd ~/work
	make linux.buildtest

7)	For Cygwin - type:

	cd ~/work
	make cygwin.buildtest