File: README.txt

package info (click to toggle)
sleuthkit 4.6.5-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 39,264 kB
  • sloc: ansic: 171,812; cpp: 44,216; sh: 31,364; java: 17,674; makefile: 1,241; xml: 838; perl: 797; python: 707; sed: 16
file content (11 lines) | stat: -rw-r--r-- 792 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
This file describes the tests. There are several test that are run, including:
- TopDown that tests getChildren() on each object.
- BottomUp that tests getParent() on each object.
- Sequentail that tests accessing random objects.
- CPPvsJava that verifies that the C++ output is the same as Java.

Not all test compare with a gold standard. Refer to each class for details. The following names are used in the output folder though:
- _TD: TopDown data that contains metadata about each file reached from getChildren(). This is checked in.
- _Seq: Sequentail test data that contains metadata about each file. This is checked in. 
- _CPP: Body file format of files. This is not checked in.
- _BU: BottomUp data that contains paths to root from leaf nodes (i.e. files). This is not checked in.