This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

packaging CUnit


Hi all,
I am thinking to package CUnit: "A Unit Testing Framework for C"
http://cunit.sourceforge.net/

as it is needed for the build test of another package I am working on.

The file list is :

  /usr/bin/cygcunit-1.dll
  /usr/include/CUnit/Automated.h
  /usr/include/CUnit/Basic.h
  /usr/include/CUnit/CUError.h
  /usr/include/CUnit/CUnit.h
  /usr/include/CUnit/CUnit_intl.h
  /usr/include/CUnit/Console.h
  /usr/include/CUnit/MyMem.h
  /usr/include/CUnit/TestDB.h
  /usr/include/CUnit/TestRun.h
  /usr/include/CUnit/Util.h
  /usr/lib/libcunit.a
  /usr/lib/libcunit.dll.a
  /usr/lib/libcunit.la
  /usr/lib/pkgconfig/cunit.pc
  /usr/share/CUnit/CUnit-List.dtd
  /usr/share/CUnit/CUnit-List.xsl
  /usr/share/CUnit/CUnit-Run.dtd
  /usr/share/CUnit/CUnit-Run.xsl
  /usr/share/CUnit/Memory-Dump.dtd
  /usr/share/CUnit/Memory-Dump.xsl
  /usr/share/doc/CUnit/....

and I am thinking that as this package is only needed during build
test is not really needed to be split in

CUnit (src)
libCUnit
libCUnit-devel

so I am thinking just about CUnit.

Objections ?

Marco


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]