Navigation


Changeset 341:2bf23d10bc6f in freeDiameter for contrib/debian


Ignore:
Timestamp:
Jun 29, 2010, 11:37:44 AM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Change the test system to use ctest more efficiently

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/debian/rules

    r328 r341  
    1717export DH_OPTIONS
    1818
    19 # Uncomment this to run the tests when the package is built
    20 # compile_the_tests=-DSKIP_TESTS:BOOL=OFF
     19# Comment this out if you want to include the tests when the package is built
     20skip_the_tests=-DBUILD_TESTING:BOOL=OFF
    2121
    2222%:
     
    2424
    2525override_dh_auto_configure:
    26         dh_auto_configure -- $(compile_the_tests) \
     26        dh_auto_configure -- $(skip_the_tests) \
    2727                -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
    2828                -DDEFAULT_CONF_PATH:PATH=/etc/freeDiameter \
Note: See TracChangeset for help on using the changeset viewer.