Skip to content
  • Thomas Abraham's avatar
    configs: rename 'platforms' directory as 'configs' · 0409dd29
    Thomas Abraham authored
    As build-scripts scales up to support platforms specfic tests, there is
    a need to create a platform specific directory to hold the platform
    specfic test build scripts. One of the ways to organize the platform
    specfic test build scripts could be as below
    
    	build-scripts
    		|
    		|-- build-<component1>.sh
    		|-- build-<component2>.sh
    		|-- .
    		|-- .
    		|-- build-<componentX>.sh
    		|-- build-test-TEST1.sh
    		|-- build-test-TEST2.sh
    		|-- .
    		|-- .
    		|-- build-test-TESTX.sh
    		|
    		|-- configs
    		|	|
    		|	|-- <platform1>
    		|	|-- <platform2>
    		|	|-- .
    		|	|-- .
    		|	|-- <platformX>
    		|
    		|-- <platform1>
    		|	|
    		|	|-- <build-test-TEST1>.sh
    		|	|-- <build-test-TEST2>.sh
    		|	|-- .
    		|	|-- .
    		|	|-- <build-test-TESTX>.sh
    		|
    		|-- <platform2>
    		|	|
    		|	|-- <build-test-TEST1>.sh
    		|	|-- <build-test-TEST2>.sh
    		|	|-- .
    		|	|-- .
    		|	|-- <build-test-TESTX>.sh
    		|
    		|-- <platformX>
    			|
    			|-- <build-test-TEST1>.sh
    			|-- <build-test-TEST2>.sh
    			|-- .
    			|-- .
    			|-- <build-test...
    0409dd29