Skip to content
Snippets Groups Projects
Commit 21de4118 authored by millmanorama's avatar millmanorama
Browse files

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
...@@ -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>
......
<?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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment