Skip to content
/ bart Public

Commit 919a16e

Browse files
committed
test
1 parent a922ff1 commit 919a16e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/stl.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ tests/test-stl-rw: nrmse stl $(TESTS_OUT)/tetrahedron.ra
2424
tests/test-stl-rw-binary: nrmse stl $(TESTS_OUT)/tetrahedron.ra
2525
set -e; mkdir $(TESTS_TMP) ; cd $(TESTS_TMP) ;\
2626
$(TOOLDIR)/stl --binary --input $(TESTS_OUT)/tetrahedron.ra tet.stl ;\
27+
ls -l . ;\
2728
$(TOOLDIR)/stl --input tet.stl tet.ra ;\
2829
$(TOOLDIR)/nrmse -t 0 $(TESTS_OUT)/tetrahedron.ra tet.ra ;\
2930
rm *.ra *.stl ; cd .. ; rmdir $(TESTS_TMP)

0 commit comments

Comments
 (0)