Blame view

buildroot/buildroot-2016.08.1/package/cppunit/Config.in 518 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  config BR2_PACKAGE_CPPUNIT
  	bool "cppunit"
  	depends on BR2_INSTALL_LIBSTDCPP
  	# currently the static situation is not correctly detected.
  	depends on !BR2_STATIC_LIBS
  	help
  	  CppUnit is the C++ port of the famous JUnit framework for
  	  unit testing. Test output is in XML or text format for
  	  automatic testing and GUI based for supervised tests.
  
  	  http://www.freedesktop.org/wiki/Software/cppunit/
  
  comment "cppunit needs a toolchain w/ C++, dynamic library"
  	depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS