gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS: gnokii/testsuite out.0.identify,NONE,1.1 test.0.identify,NONE,1.1 t


From: Pavel Machek <address@hidden>
Subject: CVS: gnokii/testsuite out.0.identify,NONE,1.1 test.0.identify,NONE,1.1 testit,NONE,1.1
Date: Thu, 25 Apr 2002 06:44:30 -0400

Update of /cvsroot/gnokii/gnokii/testsuite
In directory subversions:/tmp/cvs-serv18469

Added Files:
        out.0.identify test.0.identify testit 
Log Message:
Initial version of testsuite added.


--- NEW FILE ---
IMEI         : (unknown)
Manufacturer : (unknown)
Model        : (unknown)
Revision     : (unknown)

--- NEW FILE ---
# This is really no good test at all, but we want to know binary works
$GNOKII --identify
--- NEW FILE ---
#!/bin/bash
(
        cd ..
        make
        cd common
        make gnokii-debug
)
export HOME=`pwd`
GNOKII=../common/gnokii-debug
for A in test.*; do
    echo -n "Doing $A... "
    source $A 2>&1 | grep -v ^GNOKII | grep -v '^Doing operation' > /tmp/delme
    B=`echo $A | sed s/test/out/`
    if cmp /tmp/delme $B > /dev/null 2>&1; then
        echo ok
    else
        echo '*** FAILED'
    fi
done



reply via email to

[Prev in Thread] Current Thread [Next in Thread]