print: Rename test from basic/ to print/

"basic" doesn't really fit the description for what I'm testing here.  I
was expecting to do a series of unrelated tests, but all I'm really
doing it testing the print function.

Signed-off-by: Anna Schumaker <schumaker.anna@gmail.com>
This commit is contained in:
Anna Schumaker 2013-09-27 17:28:23 -04:00 committed by Anna Schumaker
parent dd92ee853f
commit 1482f5bcc8
4 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ Export("Test")
# Read SConscript files
scripts = [ "basic", "database", "file", "filter", "group", "idle", "index" ]
scripts = [ "database", "file", "filter", "group", "idle", "index", "print" ]
for s in scripts:
CONFIG.reset()
CONFIG.TEST = True