Changes

Jump to: navigation, search

Import sqlite test suite

1,120 bytes added, 00:40, 13 November 2008
Project News
<b>Right Now,I am working on </b>
conection test & XPCOM
*<b>2008/10/17</b>
**Peter Weilbacher says "Why we need the test suite, it already there, so, we just use SQLite's"
 
*<b>2008/10/27</b>
**Shawn says version control, but i don't get the idea
 
*<b>2008/11/06</b>
**Ted and Dave give a new idea that "https://bugzilla.mozilla.org/show_bug.cgi?id=391756"
** changing make file
 
*<b>2008/11/08</b>
**find new command that
***perl obj/_test_testing/mochitest/runtests.py
****it opens an new window and starts tests
***the folder "_test" has our testing files
 
*<b>2008/11/09</b>
** make -C test_folder check
*** it checks all .js files in the test/unit folder
** make SOLO_FILE="test_like.js" -C JS_FILE_URL check-interactive
*** it checks a specific .js file
 
*<b>2008/11/11</b>
** i hope to get a file name(.js) which wants to testing from console,
** but it can not.. try to using Perl
** ex) run_single_js.pl
 
*<b>2008/11/13</b>
** perl can get the file list, and get values from console
** but, it can not run "make" command
** it can use the shell command such as cp, echo, mv
** but, i can not find that how to use "make" in perl
 
*<b>2008/11/15</b>
** go to easy way,
** make file can get a value from console
** ex) make file_name = test.js
** echo $(file_name) : will print "test.js"
1
edit

Navigation menu