mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
First commit of Shredos v2021.08.2_19_x86-64_0.32.014
This commit is contained in:
14
package/cppunit/Config.in
Normal file
14
package/cppunit/Config.in
Normal file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user