Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sleuthkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IRT
Sleuthkit
Commits
21de4118
Commit
21de4118
authored
6 years ago
by
millmanorama
Browse files
Options
Downloads
Patches
Plain Diff
run the timeline tests as part of the regression tests
parent
4d9bb4e3
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bindings/java/build-unix.xml
+1
-0
1 addition, 0 deletions
bindings/java/build-unix.xml
bindings/java/build-windows.xml
+5
-4
5 additions, 4 deletions
bindings/java/build-windows.xml
with
6 additions
and
4 deletions
bindings/java/build-unix.xml
+
1
−
0
View file @
21de4118
...
@@ -11,6 +11,7 @@
...
@@ -11,6 +11,7 @@
<sysproperty
key=
"inpt"
value=
"${test-input}"
/>
<sysproperty
key=
"inpt"
value=
"${test-input}"
/>
<classpath
refid=
"libraries"
/>
<classpath
refid=
"libraries"
/>
<formatter
type=
"plain"
usefile=
"false"
/>
<formatter
type=
"plain"
usefile=
"false"
/>
<test
name=
"org.sleuthkit.datamodel.timeline.TimelineTestSuite"
/>
<test
name=
"org.sleuthkit.datamodel.DataModelTestSuite"
/>
<test
name=
"org.sleuthkit.datamodel.DataModelTestSuite"
/>
</junit>
</junit>
</target>
</target>
...
...
This diff is collapsed.
Click to expand it.
bindings/java/build-windows.xml
+
5
−
4
View file @
21de4118
<?xml version="1.0" encoding="windows-1252"?>
<?xml version="1.0" encoding="windows-1252"?>
<project
name=
"TSKTestTargets"
>
<project
name=
"TSKTestTargets"
>
<property
name=
"dlls"
value=
"../../win32/x64/Release_PostgreSQL"
/>
<property
name=
"dlls"
value=
"../../win32/x64/Release_PostgreSQL"
/>
<property
environment=
"env"
/>
<property
environment=
"env"
/>
<target
name=
"test"
<target
name=
"test"
description=
"Runs the regression tests."
description=
"Runs the regression tests."
...
@@ -14,6 +14,7 @@
...
@@ -14,6 +14,7 @@
<sysproperty
key=
"inpt"
value=
"${test-input}"
/>
<sysproperty
key=
"inpt"
value=
"${test-input}"
/>
<classpath
refid=
"libraries"
/>
<classpath
refid=
"libraries"
/>
<formatter
type=
"plain"
usefile=
"false"
/>
<formatter
type=
"plain"
usefile=
"false"
/>
<test
name=
"org.sleuthkit.datamodel.timeline.TimelineTestSuite"
/>
<test
name=
"org.sleuthkit.datamodel.DataModelTestSuite"
/>
<test
name=
"org.sleuthkit.datamodel.DataModelTestSuite"
/>
</junit>
</junit>
</target>
</target>
...
@@ -33,12 +34,12 @@
...
@@ -33,12 +34,12 @@
<target
name=
"check-build-32"
if=
"win32.TskLib.exists"
>
<target
name=
"check-build-32"
if=
"win32.TskLib.exists"
>
<uptodate
property=
"native-up-to-date"
srcfile=
"${basedir}/../../win32/Release/libtsk_jni.dll"
<uptodate
property=
"native-up-to-date"
srcfile=
"${basedir}/../../win32/Release/libtsk_jni.dll"
targetfile=
"${x86}/win/libtsk_jni.dll"
/>
targetfile=
"${x86}/win/libtsk_jni.dll"
/>
</target>
</target>
<target
name=
"check-build-64"
if=
"win64.TskLib.exists"
>
<target
name=
"check-build-64"
if=
"win64.TskLib.exists"
>
<uptodate
property=
"native-up-to-date"
srcfile=
"${basedir}/../../win32/x64/Release/libtsk_jni.dll"
<uptodate
property=
"native-up-to-date"
srcfile=
"${basedir}/../../win32/x64/Release/libtsk_jni.dll"
targetfile=
"${amd64}/win/libtsk_jni.dll"
/>
targetfile=
"${amd64}/win/libtsk_jni.dll"
/>
</target>
</target>
<target
name=
"copyLibs-SQLite"
description=
"Copy native libs to the correct folder"
>
<target
name=
"copyLibs-SQLite"
description=
"Copy native libs to the correct folder"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment