summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2008-11-02Use nodes in list instead of duplicating all initd typesDan Nicholson8-19/+24
2008-06-17Fix tests when $srcdir != $builddirDan Nicholson10-23/+20
2008-06-11test: Don't check active levels in the dep removal testDan Nicholson1-30/+0
2008-06-04Include all the libinitd headers from initd.hDan Nicholson10-17/+3
2008-05-28Allow easily recreating test linksDan Nicholson1-2/+5
2008-05-28Use changed fields to fix dep solver in remove caseDan Nicholson2-3/+8
2008-05-26recurse_deps: Return NULL on errors, empty list is not errorDan Nicholson5-5/+5
2008-05-22Add test case for removing init.d scriptsDan Nicholson3-2/+83
2008-05-22Rename tests to more useful namesDan Nicholson5-11/+11
2008-05-22Add functions for installing and removing init.d symlinksDan Nicholson3-2/+83
2008-05-20Cache active links when scanning rc?.d directoriesDan Nicholson1-0/+17
2008-05-02rdep: Recurse and verify dependencies when removingDan Nicholson3-2/+107
2008-05-01Rename initd_recurse_deps in preparation for removalDan Nicholson2-4/+4
2008-05-01Change initd_sk_t enum to SK_{START,STOP} to differentiate from RCDan Nicholson3-14/+14
2008-05-01Set active levels after parsing from scriptsDan Nicholson1-1/+0
2008-04-29New test exercising parsing and dep checkingDan Nicholson5-6/+82
2008-04-29rdep: Verify the scripts for start/stop at each levelDan Nicholson1-2/+22
2008-04-26New utility function initd_rc_level_charDan Nicholson2-24/+12
2008-04-24rdep: Operate on provides rather than nameDan Nicholson2-6/+5
2008-04-23rdep: Convert to operating on initd listsDan Nicholson1-9/+8
2008-04-23Add initd_is_active for checking if a script is activeDan Nicholson1-12/+12
2008-04-22list: Add function initd_list_pop for removing last elementDan Nicholson1-0/+1
2008-04-22rdeps: Add function to control verbosityDan Nicholson1-0/+1
2008-04-22Rename recursive deps test to trdepsDan Nicholson3-4/+4
2008-04-22Merge branch 'master' into depsDan Nicholson7-6/+200
2008-04-17Sanitize sysinit handlingDan Nicholson4-8/+6
2008-04-16Support finding and setting levels for active scriptsDan Nicholson3-2/+73
2008-04-09Create test links at build time and fix for $srcdir != $builddirDan Nicholson2-22/+28
2008-04-08Test scripts were not being distributedDan Nicholson1-3/+3
2008-04-08Add symlinks for test scriptsDan Nicholson1-0/+29
2008-04-05More test scriptsDan Nicholson4-1/+91
2008-04-03rdep: Support for recursing optional Should-* dependenciesDan Nicholson1-1/+9
2008-04-03rdep: Refactor recursion function for multiple callersDan Nicholson1-2/+0
2008-04-03Add dependency recursion function initd_recurse_deps()Dan Nicholson1-103/+29
2008-04-02Convert deps code to strarg_t changesDan Nicholson1-12/+14
2008-04-02Merge branch 'strarg2' into depsDan Nicholson5-47/+46
2008-04-02Convert dep_t and prov_t to strarg typesDan Nicholson2-17/+11
2008-04-01strarg: Add getters for strarg_tDan Nicholson1-16/+21
2008-04-01prov: Add getter methods for number of provides and provides at indexDan Nicholson3-7/+7
2008-04-01dep: Add getter methods for number of deps and dep at indexDan Nicholson3-22/+22
2008-04-01WIP: Recursive depsDan Nicholson3-0/+160
2008-03-27Add dep_pop wrapper around strarg_popDan Nicholson1-0/+8
2008-03-27Support removing last string from strargDan Nicholson1-0/+8
2008-03-25Skip invalid scripts when parsingDan Nicholson3-2/+7
2008-03-25Use test scripts from test/init.d onlyDan Nicholson3-29/+4
2008-03-25Function to construct an initd list from a directory of scriptsDan Nicholson6-3/+97
2008-03-20Set initd_t members from script parserDan Nicholson1-7/+51
2008-03-13Kill off the unused initd deps memberDan Nicholson1-11/+3
2008-03-13Exercise new verification code in initd-list testsDan Nicholson1-3/+7
2008-03-12Add common macros in config.h through AC_CONFIG_HEADERSDan Nicholson6-0/+18