Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 311641 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +5 lines)
Line  Link Here
0
-- src/test/Makefile.am
0
++ src/test/Makefile.am
Lines 1-5 Link Here
1
# Makefile.am --
1
# Makefile.am --
2
# Copyright 2009 Red Hat Inc., Durham, North Carolina.
2
# Copyright 2009,10 Red Hat Inc., Durham, North Carolina.
3
# All Rights Reserved.
3
# All Rights Reserved.
4
#
4
#
5
# This library is free software; you can redistribute it and/or
5
# This library is free software; you can redistribute it and/or
Lines 20-25 Link Here
20
#   Steve Grubb <sgrubb@redhat.com>
20
#   Steve Grubb <sgrubb@redhat.com>
21
#
21
#
22
22
23
INCLUDES = -I${top_srcdir} -I${top_srcdir}/src
23
check_PROGRAMS = lib_test thread_test
24
check_PROGRAMS = lib_test thread_test
24
TESTS = $(check_PROGRAMS)
25
TESTS = $(check_PROGRAMS)
25
26
26
-- src/test/thread_test.c
27
++ src/test/thread_test.c
Lines 1-4 Link Here
1
#include <stdio.h>
1
#include <stdio.h>
2
#include <stdlib.h>
2
#include <cap-ng.h>
3
#include <cap-ng.h>
3
#include <pthread.h>
4
#include <pthread.h>
4
5

Return to bug 311641