Skip to content

Commit

Permalink
check_oda: r2000,r14 only
Browse files Browse the repository at this point in the history
  • Loading branch information
rurban committed Dec 31, 2023
1 parent 3863bc3 commit 53cf3b6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions programs/json.test.in
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,6 @@ check_oda() {
dir="$(dirname "$dwg")"
r="$(basename "$dir")"
can_teigha=1
#DATA=sample_2000 example_2000 example_2004 example_2007 example_2010
# example_2013 example_2018 example_r14 example_r13
# r11/entities-3d r2.10/entities r2.6/entities r10/entities r9/entities
# 2010/Text 2010/Leader 2018/Constraints
case $r in
20*) ;;
r9) r=9 ;;
Expand Down Expand Up @@ -204,7 +200,10 @@ check_oda() {
if [ -x "$TeighaFileConverter" ]
then
echo TeighaFileConverter roundtrip checks
for dwg in $DATA 2010/Text 2010/Leader 2018/Constraints; do
for dwg in sample_2000 example_2000 example_r14 2000/Text.dwg r11/entities-3d r10/entities \
r9/entities
do
dwg="${DATADIR}/$dwg.dwg"
check_oda
done
else
Expand Down

0 comments on commit 53cf3b6

Please sign in to comment.