Giter VIP home page Giter VIP logo

omap-ddt's Introduction

#################################################
# 1. Build testsuite using commands:		#
#################################################
	cd device_driver_test/
	The following variables are needed for the
	testsuite build system.
	They should be either exported to the environment
	before starting 'make' or 
	passed as parameters to make.
	Sane defaults are assumed when these
	parameters are not specified

Method 1
--------
	export CROSS_COMPILE=arm-none-linux-gnueabi-
	export KDIR=[PATH-TO-KERNEL]
	export HOST=arm-none-linux-gnueabi
	# driver_x=The driver for which the testsuite is to be built
	# Use "all" for building the entire testsuite
	export TESTSUITES="driver_x"
	export TESTROOT=<output dir>
	make

 The testsuite will be created in the location specified by <output dir>

Method 2
--------
	make KDIR=[Path-To-Kernel] TESTSUITES="all"

 The testsuite will be created in the `device_driver_test/build` directory


#################################################
# 2. Running test scenarios			#
#################################################
# These are to be run using the output-directory specified above
# Here fb_testsuites is the output directory

## 2.1 Procedure to run the scripts automatically is:

	cd /fb_testsuites/framebuffer/scripts
	./run_all.sh

# This is applicable for only few drivers #

## 2.2 Procedure to run the scenarios manually
## without using user intervention:

	cd /fb_testsuites/framebuffer/scripts

# and then run ./test_runner.sh -S scenario_name
# Example :
./test_runner.sh -S L_DD_FB_0001

# 2.3 Procedure to run the scenarios manually
# entering based on what you see,
# ie whether the test case passed or failed is:

cd /fb_testsuites/framebuffer/scripts

 ./test_runner.sh  -S scenario_name
#Example
./test_runner.sh -S L_DD_FB_0001 

--------------------------------------
Packages needed for compilation.
(Ubuntu)

sudo apt-get install flex textinfo
-------------------------------------

omap-ddt's People

Contributors

richo-mx avatar balajitk avatar david-miramontes avatar keerthyj avatar yosoycastortroy avatar kishon avatar cristopherson avatar abrahamarmo avatar cristopherson-torres avatar sricharanti avatar jshandorov avatar praneethbajjuri avatar

Stargazers

Brandon Dowdy avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.