Wireshark-commits: [Wireshark-commits] master acb62f1: CMake: Generate a wrapper for test.sh.

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

Commits:

acb62f1 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    CMake: Generate a wrapper for test.sh.
    
    Create a wrapper script that cd's to the test directory and execs
    test.sh. We need to handle build configurations so the path is a bit
    roundabout.
    
    Change-Id: I4c2a48c041bce2479422830110b1251b3f2c5a94
    Reviewed-on: https://code.wireshark.org/review/7570
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  394d23e   Qt: Automatic scrolling shouldn't select the last packet.
    adds  acb62f1   CMake: Generate a wrapper for test.sh.


Summary of changes:
 CMakeLists.txt                     |   23 +++++++++++++++++++++++
 cmake/modules/GenerateTestSh.cmake |   17 +++++++++++++++++
 2 files changed, 40 insertions(+)
 create mode 100644 cmake/modules/GenerateTestSh.cmake