[go: up one dir, main page]

File: t_link.cpp

package info (click to toggle)
cppunit 1.12.1-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 5,200 kB
  • sloc: cpp: 18,313; sh: 9,213; ansic: 2,973; makefile: 477; xml: 58; csh: 6
file content (8 lines) | stat: -rw-r--r-- 123 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
/* This program simply tests that we can link against
 * libcppunit.
 */

int main( int ac, char* av[] )
{
    return 0;
}