1ade 2--- 3ar01 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 14ld01 15 16 To test the basic functionality of the `ld` command. 17 18ldd01 19 20 To test the basic functionality of the `ldd` command. 21 22nm01 23 24 To test the basic functionality of the `nm` command. 25 26objdump01 27 28 Tests the functionality of the `objdump` command. 29 30size01 31 32 To test the basic functionality of `size`. 33 34 35 36cpio 37---- 38cpio_test.sh 39 40 Tests the basic functionality of `cpio` command 41 42 43 44cron 45---- 46cron_test.sh 47 48 This testcase tests if crontab <filename> installs the cronjob 49 and cron schedules the job correctly. 50 51 52 53eject 54----- 55eject_tests.sh 56 57 Tests the basic functionality of `eject` command. 58 59 60 61fileutils 62--------- 63cp_tests.sh 64 65 Test basic functionality of `cp` command 66 67ln_tests.sh 68 69 Test basic functionality of `ln` command 70 71mkdir_tests.sh 72 73 Test basic functionality of `mkdir` command 74 75mv_test.sh 76 77 Test basic functionality of `mv` command 78 79 80 81gzip 82---- 83gzip_tests.sh 84 85 Test basic functionality of `gzip` and `gunzip` command 86 87 88 89logrotate 90--------- 91logrotate_tests.sh 92 93 Test basic functionality of `logrotate` command. 94 95 96 97mail 98---- 99mail_tests.sh 100 101 Test basic functionality of `mail` command. 102 103 104 105tar 106--- 107tar_tests.sh 108 109 Test basic functionality of `tar` command. 110 111 112tpm-tools 113-------- 114 115 Test basic functionality of the tpm-tools commands. 116 117 118unzip 119----- 120unzip_tests.sh 121 122 Test basic functionality of `unzip` command. 123 124