Home | History | Annotate | Download | only in doc
      1 ade
      2 ---
      3 ar01
      4 
      5 	Construct one or more command lines which use options that do not
      6 	take arguments
      7 	For each of these invocations
      8 	Specify the options separately
      9 	Group the options together
     10 	Compare the behavior of the two cases
     11 	If they behave differently, then fail
     12 	If none of the cases fail, then pass
     13 
     14 ld01
     15 
     16 	 To test the basic functionality of the `ld` command.
     17 
     18 ldd01
     19 
     20 	 To test the basic functionality of the `ldd` command.
     21 
     22 nm01
     23 
     24 	To test the basic functionality of the `nm` command.
     25 
     26 objdump01
     27 
     28 	Tests the functionality of the `objdump` command.
     29 
     30 size01
     31 
     32 	To test the basic functionality of `size`.
     33 
     34 
     35 
     36 cpio
     37 ----
     38 cpio_test.sh
     39 
     40 	Tests the basic functionality of `cpio` command
     41 
     42 
     43 
     44 cron
     45 ----
     46 cron_test.sh
     47 
     48 	This testcase tests if crontab <filename> installs the cronjob
     49 	and cron schedules the job correctly.
     50 
     51 
     52 
     53 eject
     54 -----
     55 eject_tests.sh
     56 
     57 	Tests the basic functionality of `eject` command.
     58 
     59 
     60 
     61 fileutils
     62 ---------
     63 cp_tests.sh
     64 
     65 	Test basic functionality of `cp` command
     66 
     67 ln_tests.sh
     68 
     69 	Test basic functionality of `ln` command
     70 
     71 mkdir_tests.sh
     72 
     73 	Test basic functionality of `mkdir` command
     74 
     75 mv_test.sh
     76 
     77 	Test basic functionality of `mv` command
     78 
     79 
     80 
     81 gzip
     82 ----
     83 gzip_tests.sh
     84 
     85 	Test basic functionality of `gzip` and `gunzip` command
     86 
     87 
     88 
     89 logrotate
     90 ---------
     91 logrotate_tests.sh
     92 
     93 	Test basic functionality of `logrotate` command.
     94 
     95 
     96 
     97 mail
     98 ----
     99 mail_tests.sh
    100 
    101 	Test basic functionality of `mail` command.
    102 
    103 
    104 
    105 tar
    106 ---
    107 tar_tests.sh
    108 
    109 	Test basic functionality of `tar` command.
    110 
    111 
    112 tpm-tools
    113 --------
    114 
    115 	Test basic functionality of the tpm-tools commands.
    116 
    117 
    118 unzip
    119 -----
    120 unzip_tests.sh
    121 
    122 	Test basic functionality of `unzip` command.
    123 
    124