unix-thrust / beurk

BEURK Experimental Unix RootKit
GNU General Public License v3.0
363 stars 94 forks source link

Is `tests/core/unit-tests/` designed to replace core/hooks ? #47

Closed nil0x42 closed 9 years ago

nil0x42 commented 9 years ago

if tests/core/unit-tests/ is designed to test both hooks and internal api functions, then we need to update tests/core/check_needed_unit_tests.sh.

if tests/core/unit-tests/ is designed to only test internal api functions, then it might be better to rename it to something like tests/core/internal-api/

anyway, something should be done about it

@mzap, what do you think about it ?

ghost commented 9 years ago

As said in #49 I don't think we can mix in hooks, so a renaming to internal-api seems appropriate.