~ubuntu-branches/debian/lenny/libsepol/lenny

« back to all changes in this revision

Viewing changes to tests/libsepol-tests.c

  • Committer: Bazaar Package Importer
  • Author(s): Russell Coker
  • Date: 2008-07-13 00:26:51 UTC
  • mfrom: (1.2.1 upstream) (3.1.3 gutsy)
  • Revision ID: james.westby@ubuntu.com-20080713002651-ww7wa3wm1x30dyk3
Tags: 2.0.30-2
Added exec_prefix to libselinux.pc.
Closes: #489724

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include "test-linker.h"
23
23
#include "test-expander.h"
24
24
#include "test-deps.h"
 
25
#include "test-downgrade.h"
25
26
 
26
27
#include <CUnit/Basic.h>
27
28
#include <CUnit/Console.h>
61
62
        DECLARE_SUITE(linker);
62
63
        DECLARE_SUITE(expander);
63
64
        DECLARE_SUITE(deps);
 
65
        DECLARE_SUITE(downgrade);
64
66
 
65
67
        if (verbose)
66
68
                CU_basic_set_mode(CU_BRM_VERBOSE);