From dbd26e3a27bcc50854b768bad146882a02dc58f0 Mon Sep 17 00:00:00 2001 From: duane Date: Sat, 27 Dec 2008 01:44:29 +0000 Subject: Added documentation for build test case1 git-svn-id: svn://svn.berlios.de/openocd/trunk@1277 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- testing/build.test1/README.TXT | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100755 testing/build.test1/README.TXT (limited to 'testing/build.test1/README.TXT') diff --git a/testing/build.test1/README.TXT b/testing/build.test1/README.TXT new file mode 100755 index 00000000..330d6abf --- /dev/null +++ b/testing/build.test1/README.TXT @@ -0,0 +1,39 @@ +-- 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 + -- cgit v1.2.3