From: imarom Date: Wed, 2 Sep 2015 02:36:55 +0000 (+0300) Subject: enable the mock - build is now on a Fedora machine X-Git-Tag: v1.76~10 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=29b23b05dd1b0fe34af9448fdcbbd2e6a3a594fb;p=trex.git enable the mock - build is now on a Fedora machine --- diff --git a/linux/ws_main.py b/linux/ws_main.py index bed5a82a..218cbe24 100755 --- a/linux/ws_main.py +++ b/linux/ws_main.py @@ -363,7 +363,7 @@ build_types = [ build_option(name = "bp-sim", src = bp, debug_mode= RELEASE_,platform = PLATFORM_32, is_pie = False), build_option(name = "bp-sim", src = bp, debug_mode= RELEASE_,platform = PLATFORM_64, is_pie = False), - #build_option(name = "mock-rpc-server", use = ['zmq'], src = rpc_server_mock, debug_mode= DEBUG_,platform = PLATFORM_64, is_pie = False, flags = ['-DTREX_RPC_MOCK_SERVER']), + build_option(name = "mock-rpc-server", use = ['zmq'], src = rpc_server_mock, debug_mode= DEBUG_,platform = PLATFORM_64, is_pie = False, flags = ['-DTREX_RPC_MOCK_SERVER']), ]