Revision: 75735
          http://sourceforge.net/p/brlcad/code/75735
Author:   brlcad
Date:     2020-05-07 18:52:47 +0000 (Thu, 07 May 2020)
Log Message:
-----------
remove the b-header public inclusion test since that restriction went away a 
long time ago.  looks like that test was broken (always passing) anyways -- 
shell doesn't expand variables in single quote strings.

Modified Paths:
--------------
    brlcad/trunk/regress/repository.sh

Modified: brlcad/trunk/regress/repository.sh
===================================================================
--- brlcad/trunk/regress/repository.sh  2020-05-07 18:44:13 UTC (rev 75734)
+++ brlcad/trunk/regress/repository.sh  2020-05-07 18:52:47 UTC (rev 75735)
@@ -82,27 +82,6 @@
 
 
 ###
-# TEST: make sure nobody includes private headers like bio.h in a
-# public header
-log "... running public header private header checks"
-
-for i in bio.h bnetwork.h bsocket.h ; do
-    if test ! -f "include/$i" ; then
-       log "Unable to find include/$i, aborting"
-       exit 1
-    fi
-    FOUND="`grep '[^f]${i}' $INCFILES /dev/null | grep -v 'include/${i}'`"
-
-    if test "x$FOUND" = "x" ; then
-       log "-> $i header check succeeded"
-    else
-       log "-> $i header check FAILED, see $LOGFILE"
-       FAILED="`expr $FAILED + 1`"
-    fi
-done
-
-
-###
 # TEST: make sure bio.h isn't redundant with system headers
 log "... running bio.h redundancy check"
 

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

Reply via email to