~ubuntu-branches/ubuntu/trusty/liburcu/trusty-201403272206

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Jon Bernard
  • Date: 2013-08-01 21:43:09 UTC
  • mfrom: (1.1.22)
  • Revision ID: package-import@ubuntu.com-20130801214309-xzzr0vswwilmywoh
Tags: 0.7.7-1
* [168b2c5] New upstream version 0.7.7
* [f07b6db] Bump Standards-Version to 3.9.4, no changes necessary
* [8f2716c] Remove backport patch for sparc, included upstream
* [10ec904] Include pkgconfig files in liburcu-dev package (Closes: #710544)
* [cfa7bd6] Prevent hiding of gcc commandline arguments

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
        test_urcu_wfq_dynlink test_urcu_wfs_dynlink \
18
18
        test_urcu_lfq_dynlink test_urcu_lfs_dynlink test_urcu_hash \
19
19
        test_urcu_fork
20
 
noinst_HEADERS = rcutorture.h
 
20
noinst_HEADERS = rcutorture.h cpuset.h
21
21
 
22
22
if COMPAT_ARCH
23
23
COMPAT=$(top_srcdir)/compat_arch_@ARCHTYPE@.c