cblichmann / jailtime

Create and manage chroot/jail environments
Other
51 stars 5 forks source link

Missing tests #5

Open cblichmann opened 7 years ago

cblichmann commented 7 years ago

See subject, there are currently no tests. The following should be implemented, in order of priority:

  1. End-to-end testing: Run jailtime on test/testfile.jailspec and check for the expected directory structure
  2. Unit tests for spec parsing
  3. Unit tests for the ELF and Mach-O parsing code
  4. Unit tests for the copy package, as this is now sufficiently complex
cblichmann commented 6 years ago
cblichmann commented 6 years ago