From be4f4e4f79c2342bda3b42653332129332a58d0b Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 8 Dec 2022 09:59:02 +0700 Subject: move ceedling tests to test/unit-test --- .../ceedling/plugins/fake_function_framework/Rakefile | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 test/vendor/ceedling/plugins/fake_function_framework/Rakefile (limited to 'test/vendor/ceedling/plugins/fake_function_framework/Rakefile') diff --git a/test/vendor/ceedling/plugins/fake_function_framework/Rakefile b/test/vendor/ceedling/plugins/fake_function_framework/Rakefile deleted file mode 100644 index bc5594110..000000000 --- a/test/vendor/ceedling/plugins/fake_function_framework/Rakefile +++ /dev/null @@ -1,19 +0,0 @@ -require 'rake' -require 'rspec/core/rake_task' - -desc "Run all rspecs" -RSpec::Core::RakeTask.new(:spec) do |t| - t.pattern = Dir.glob('spec/**/*_spec.rb') - t.rspec_opts = '--format documentation' - # t.rspec_opts << ' more options' -end - -desc "Run integration test on example" -task :integration_test do - chdir("./examples/fff_example") do - sh "rake clobber" - sh "rake test:all" - end -end - -task :default => [:spec, :integration_test] \ No newline at end of file -- cgit v1.3.1