Loading Rakefile +6 −3 Original line number Diff line number Diff line require 'kinetic-ruby' complier = ENV.fetch('CC', 'gcc') compiler = ENV.fetch('CC', 'gcc') compiler_location = `which #{compiler}`.strip compiler_info = `#{compiler} --version`.strip puts "" + "Configuration:\n" + " compiler: #{complier}\n" + " compiler: #{compiler}\n" + " location: #{compiler_location}\n" + " version info:\n" + " " + `#{complier} --version`.lines.join(" ") + "\n" " " + compiler_info.gsub(/\n/, "\n ") + "\n\n" KineticRuby::Rake::load_tasks require 'ceedling' Loading project.yml +1 −0 Original line number Diff line number Diff line Loading @@ -122,6 +122,7 @@ - "\"${1}\"" - -l crypto - "-o \"${2}\"" - -l pthread :plugins: :load_paths: Loading test/integration/test_kinetic_socket.c +0 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,6 @@ static int KineticTestPort = KINETIC_PORT; static uint8_t TestData[128]; static ByteBuffer TestDataBuffer; static bool LogInitialized = false; static KineticPDU PDU; static bool SocketReadRequested; void Socket_RequestBytes(size_t count) Loading Loading
Rakefile +6 −3 Original line number Diff line number Diff line require 'kinetic-ruby' complier = ENV.fetch('CC', 'gcc') compiler = ENV.fetch('CC', 'gcc') compiler_location = `which #{compiler}`.strip compiler_info = `#{compiler} --version`.strip puts "" + "Configuration:\n" + " compiler: #{complier}\n" + " compiler: #{compiler}\n" + " location: #{compiler_location}\n" + " version info:\n" + " " + `#{complier} --version`.lines.join(" ") + "\n" " " + compiler_info.gsub(/\n/, "\n ") + "\n\n" KineticRuby::Rake::load_tasks require 'ceedling' Loading
project.yml +1 −0 Original line number Diff line number Diff line Loading @@ -122,6 +122,7 @@ - "\"${1}\"" - -l crypto - "-o \"${2}\"" - -l pthread :plugins: :load_paths: Loading
test/integration/test_kinetic_socket.c +0 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,6 @@ static int KineticTestPort = KINETIC_PORT; static uint8_t TestData[128]; static ByteBuffer TestDataBuffer; static bool LogInitialized = false; static KineticPDU PDU; static bool SocketReadRequested; void Socket_RequestBytes(size_t count) Loading