Revision: 76319
http://sourceforge.net/p/brlcad/code/76319
Author: starseeker
Date: 2020-07-11 03:18:34 +0000 (Sat, 11 Jul 2020)
Log Message:
-----------
Can't do much interesting yet, but at least run g2asc on the v4 file with more
primitive types.
Modified Paths:
--------------
brlcad/trunk/regress/asc/v4.g
brlcad/trunk/regress/asc.sh
Modified: brlcad/trunk/regress/asc/v4.g
===================================================================
(Binary files differ)
Modified: brlcad/trunk/regress/asc.sh
===================================================================
--- brlcad/trunk/regress/asc.sh 2020-07-11 02:58:53 UTC (rev 76318)
+++ brlcad/trunk/regress/asc.sh 2020-07-11 03:18:34 UTC (rev 76319)
@@ -167,10 +167,25 @@
if [ $STATUS -gt 0 ] ; then
log "-> asc.sh FAILED, see $LOGFILE"
+ exit $STATUS
else
log "-> asc.sh succeeded"
fi
+# Run a test database with better object coverage through g2asc.
+# Unfortunately, at the moment it looks like this won't round
+# trip.
+#
+G2ASC1="$1/regress/asc/v4.g"
+log "$G2A $G2ASC1 v4.asc"
+$G2A $G2ASC1 v4.asc 2>&1 > $LOGFILE
+STATUS=$?
+# If something went wrong, bail.
+if [ $STATUS -gt 0 ] ; then
+ log "-> g2asc broad object coverage check FAILED, see $LOGFILE"
+ exit $STATUS
+fi
+
exit $STATUS
# Local Variables:
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits