Revision: 51702
http://brlcad.svn.sourceforge.net/brlcad/?rev=51702&view=rev
Author: starseeker
Date: 2012-07-29 18:17:14 +0000 (Sun, 29 Jul 2012)
Log Message:
-----------
Wrap the bitv tests in a variable - those need some attention to determine what
their correct behavior should be and how we want to go about implementing it
Modified Paths:
--------------
brlcad/trunk/src/libbu/tests/CMakeLists.txt
Modified: brlcad/trunk/src/libbu/tests/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/libbu/tests/CMakeLists.txt 2012-07-29 17:36:38 UTC (rev
51701)
+++ brlcad/trunk/src/libbu/tests/CMakeLists.txt 2012-07-29 18:17:14 UTC (rev
51702)
@@ -31,6 +31,7 @@
add_test(bu_basename_p__p__p_ tester_bu_basename
"...")
add_test(bu_basename_sp__sp__sp_ tester_bu_basename
" ")
+if(ENABLE_BITV_TESTS)
#
# ************ bitv.c tests *************
#
@@ -77,6 +78,8 @@
add_test(bu_hex_to_bitv_test2 tester_bu_hex_to_bitv "30" "0" 0)
add_test(bu_hex_to_bitv_error tester_bu_hex_to_bitv "303" "" 1)
+endif(ENABLE_BITV_TESTS)
+
#
# ************ booleanize.c tests *************
#
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits