To do so, a few dependencies have been imported: * external/bsd/lutok * external/mit/lua * external/public-domain/sqlite * external/public-domain/xz The Kyua framework is the new generation of ATF (Automated Test Framework), it is composed of: * external/bsd/atf * external/bsd/kyua-atf-compat * external/bsd/kyua-cli * external/bsd/kyua-tester * tests Kyua/ATF being written in C++, it depends on libstdc++ which is provided by GCC. As this is not part of the sources, Kyua is only compiled when the native GCC utils are installed. To install Kyua do the following: * In a cross-build enviromnent, add the following to the build.sh commandline: -V MKBINUTILS=yes -V MKGCCCMDS=yes WARNING: At this point the import is still experimental, and not supported on native builds (a.k.a make build). Change-Id: I26aee23c5bbd2d64adcb7c1beb98fe0d479d7ada
		
			
				
	
	
		
			84 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			84 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
body {
 | 
						|
	color: #000000 ;
 | 
						|
	background-color: #FFFFFF ;
 | 
						|
	font-family: Helvetica, Arial, sans-serif ;
 | 
						|
	text-align: justify ;
 | 
						|
	margin-right: 30px ;
 | 
						|
	margin-left: 30px ;
 | 
						|
}
 | 
						|
 | 
						|
h1, h2, h3, h4 {
 | 
						|
	font-family: Verdana, Geneva, sans-serif ;
 | 
						|
	font-weight: normal ;
 | 
						|
	font-style: italic ;
 | 
						|
}
 | 
						|
 | 
						|
h2 {
 | 
						|
	padding-top: 0.4em ;
 | 
						|
	padding-bottom: 0.4em ;
 | 
						|
	padding-left: 30px ;
 | 
						|
	padding-right: 30px ;
 | 
						|
	margin-left: -30px ;
 | 
						|
	background-color: #E0E0FF ;
 | 
						|
}
 | 
						|
 | 
						|
h3 {
 | 
						|
	padding-left: 0.5em ;
 | 
						|
	border-left: solid #E0E0FF 1em ;
 | 
						|
}
 | 
						|
 | 
						|
table h3 {
 | 
						|
	padding-left: 0px ;
 | 
						|
	border-left: none ;
 | 
						|
}
 | 
						|
 | 
						|
a:link {
 | 
						|
	color: #000080 ;
 | 
						|
	background-color: inherit ;
 | 
						|
	text-decoration: none ;
 | 
						|
}
 | 
						|
 | 
						|
a:visited {
 | 
						|
	background-color: inherit ;
 | 
						|
	text-decoration: none ;
 | 
						|
}
 | 
						|
 | 
						|
a:link:hover, a:visited:hover {
 | 
						|
	color: #000080 ;
 | 
						|
	background-color: #E0E0FF ;
 | 
						|
}
 | 
						|
 | 
						|
a:link:active, a:visited:active {
 | 
						|
	color: #FF0000 ;
 | 
						|
}
 | 
						|
 | 
						|
hr {
 | 
						|
	border: 0 ;
 | 
						|
	height: 1px ;
 | 
						|
	color: #a0a0a0 ;
 | 
						|
	background-color: #a0a0a0 ;
 | 
						|
}
 | 
						|
 | 
						|
:target {
 | 
						|
	background-color: #F8F8F8 ;
 | 
						|
	padding: 8px ;
 | 
						|
	border: solid #a0a0a0 2px ;
 | 
						|
}
 | 
						|
 | 
						|
.footer {
 | 
						|
	color: gray ;
 | 
						|
	font-size: small ;
 | 
						|
}
 | 
						|
 | 
						|
input[type=text] {
 | 
						|
	border: solid #a0a0a0 2px ;
 | 
						|
	border-radius: 2em ;
 | 
						|
	-moz-border-radius: 2em ;
 | 
						|
	background-image: url('images/search.png') ;
 | 
						|
	background-repeat: no-repeat;
 | 
						|
	background-position: 4px center ;
 | 
						|
	padding-left: 20px ;
 | 
						|
	height: 2em ;
 | 
						|
}
 | 
						|
 |