File: dune

package info (click to toggle)
ounit 2.2.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 712 kB
  • sloc: ml: 5,932; makefile: 69; javascript: 59; ansic: 9
file content (8 lines) | stat: -rw-r--r-- 170 bytes parent folder | download
1
2
3
4
5
6
7
8
(library
 (name testcommon)
 (modules testCommonRunner segfault)
 (foreign_stubs
  (names segfault)
  (language c))
 (wrapped false)
 (libraries ounit2 ounit2.advanced))