Logoj0ke.net Open Build Service > Projects > hardware:dell > cppunit-rhel > Meta
Sign Up | Log In

Meta Configuration of Package cppunit-rhel

 
1
<package name="cppunit-rhel" project="hardware:dell">
2
  <title>C++ unit testing framework</title>
3
  <description>CppUnit is the C++ port of the famous JUnit framework for unit testing.
4
Test output is in XML for automatic testing and GUI based for supervised 
5
tests.
6
7
</description>
8
  <build>
9
    <enable repository="CentOS_4"/>
10
    <enable repository="CentOS_5"/>
11
    <enable repository="RHEL_5"/>
12
    <disable/>
13
  </build>
14
  <publish>
15
    <enable repository="CentOS_4"/>
16
    <enable repository="CentOS_5"/>
17
    <enable repository="RHEL_5"/>
18
    <disable/>
19
  </publish>
20
  <url>http://cppunit.sourceforge.net/</url>
21
</package>
22