Commit 6d720aaf authored by Greg Williams's avatar Greg Williams
Browse files

Enabled auto-detection of source dependencies.

Cleaned up instantiation of Ruby dummy Kinetic server to be a dependency of the socket test instead of globally to integrate with Ceedling/Rake better
parent 431e62c8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -139,10 +139,10 @@ namespace :test_server do

end

task 'test/integration/test_KineticSocket.c' => ['test_server:start']

task :default => [
  'test_server:start',
  'test:all',
  'test_server:shutdown',
  'release'
]

+1 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
:project:
  :use_exceptions: FALSE
  :use_test_preprocessor: TRUE
  :use_auxiliary_dependencies: TRUE
  :use_deep_dependencies: TRUE
  :build_root: build
  :release_build: TRUE
  :test_file_prefix: test_
@@ -70,7 +70,6 @@
      - -D"$": DEFINES_TEST_PREPROCESS
      - -DGNU_COMPILER
      - -w
      - -nostdinc
      - ${1}

:plugins: