Skip to content

Commit

Permalink
lstopo/tests: check that the native SVG backend doesn't fail
Browse files Browse the repository at this point in the history
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
  • Loading branch information
bgoglin committed Mar 6, 2019
1 parent 7981a05 commit 7501da7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion utils/lstopo/test-lstopo.sh.in
Expand Up @@ -3,7 +3,7 @@

#
# Copyright © 2009 CNRS
# Copyright © 2009-2018 Inria. All rights reserved.
# Copyright © 2009-2019 Inria. All rights reserved.
# Copyright © 2009, 2011 Université Bordeaux
# See COPYING in top-level directory.
#
Expand Down Expand Up @@ -77,6 +77,10 @@ echo "** ASCII output in $tmp/test.ascii ..."
$ls $tmp/test.ascii
echo "** FIG output in $tmp/test.fig ..."
$ls $tmp/test.fig
echo "** Native SVG output in $tmp/test.nativesvg ..."
$ls $tmp/test.nativesvg
echo "** (Native by default) SVG output in $tmp/test.svg ..."
$ls $tmp/test.svg

echo "** XML output in $tmp/test.xml ..."
$ls $tmp/test.xml
Expand Down

0 comments on commit 7501da7

Please sign in to comment.