Nonfunctional, infrastructure: Clean up Test directory droppings.
The multithreaded outputs in particular can be troublesome when searching.
This commit is contained in:
parent
645fdaa7cf
commit
4b1a890ba1
4
.gitignore
vendored
4
.gitignore
vendored
@ -6,8 +6,4 @@ tags
|
|||||||
TAGS
|
TAGS
|
||||||
build/
|
build/
|
||||||
Test/localResults/
|
Test/localResults/
|
||||||
Test/multiThread.out
|
|
||||||
Test/singleThread.out
|
|
||||||
Test/vert.spv
|
|
||||||
Test/frag.spv
|
|
||||||
External/googletest
|
External/googletest
|
||||||
|
@ -45,6 +45,11 @@ echo Comparing single thread to multithread for all tests in current directory..
|
|||||||
$EXE -i -C *.vert *.geom *.frag *.tes* *.comp > singleThread.out
|
$EXE -i -C *.vert *.geom *.frag *.tes* *.comp > singleThread.out
|
||||||
$EXE -i -C *.vert *.geom *.frag *.tes* *.comp -t > multiThread.out
|
$EXE -i -C *.vert *.geom *.frag *.tes* *.comp -t > multiThread.out
|
||||||
diff singleThread.out multiThread.out || HASERROR=1
|
diff singleThread.out multiThread.out || HASERROR=1
|
||||||
|
if [ $HASERROR -eq 0 ]
|
||||||
|
then
|
||||||
|
rm singleThread.out
|
||||||
|
rm multiThread.out
|
||||||
|
fi
|
||||||
|
|
||||||
#
|
#
|
||||||
# entry point renaming tests
|
# entry point renaming tests
|
||||||
@ -147,4 +152,6 @@ else
|
|||||||
echo Tests Failed.
|
echo Tests Failed.
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
rm -f comp.spv frag.spv geom.spv tesc.spv tese.spv vert.spv
|
||||||
|
|
||||||
exit $HASERROR
|
exit $HASERROR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user