Wireshark-commits: [Wireshark-commits] master f074647: Add a test-programs target everywhere.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 13 Mar 2015 22:41:46 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f074647d2b6b16af34a2a9595adffd78c3a2dfe3
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f074647 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Add a test-programs target everywhere.
    
    Add a "test-programs" target to each toolchain which builds each unit
    test executable. "test-programs" must now be built before running
    the unit test suite.
    
    Change-Id: I9317a1e305d987f244c4bd8b4a7f05d11fed7090
    Reviewed-on: https://code.wireshark.org/review/7673
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  8f9e543   LTE RRC: enhance dissection of Extended Access Barring Category
    adds  f074647   Add a test-programs target everywhere.


Summary of changes:
 CMakeLists.txt           |   13 +++++++++-
 Makefile.am              |    3 +++
 Makefile.nmake           |    5 ++++
 epan/CMakeLists.txt      |   12 +++++-----
 epan/Makefile.am         |    3 +++
 epan/Makefile.nmake      |   20 +++++++++-------
 epan/wmem/Makefile.am    |    2 ++
 epan/wmem/Makefile.nmake |    6 +++--
 test/README.test         |   23 +++++++++---------
 test/suite-unittests.sh  |   59 +++++++++++++++-------------------------------
 10 files changed, 78 insertions(+), 68 deletions(-)