Changeset 1839

Show
Ignore:
Timestamp:
01/18/08 11:50:30 (1 year ago)
Author:
dsugar
Message:

Added test0052 to verify owner self permissions are getting generated

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/test/test0001/test.sh

    r1469 r1839  
    1010 
    1111#run the compiler test 
    12 java -cp build com.tresys.framework.compiler.Compiler -fc $DIR/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
     12java -cp build com.tresys.framework.compiler.Compiler -fc test/basepolicy/file_contexts -pc test/basepolicy/ -ds framework-plugin/resources/dictionary/dictionary.fdic  -p $DIR/test.fpol -s $DIR/test.fsys -po $DIR/test.te -sf $DIR/test.fc -if $DIR/test.if -lib $LIBSELINUX > $DIR/test.out 2> $DIR/test.err 
    1313 
    1414#check compiler error result 
  • trunk/testall.sh

    r1508 r1839  
    2626 
    2727if [ $BUILD -eq 1 ]; then 
     28        echo Compiling 
    2829# build command line test program if it doesn't exist 
    2930#if [ ! -e build/com/tresys/framework/compiler/Compiler.java ]; then 
    3031#       make -C libapoljava 
    31         make -C framework-plugin/libselinuxjava 
     32        make --quiet -C framework-plugin/libselinuxjava 
    3233        ant -q -f compilerbuild.xml compile 
    3334#fi;