Commit Graph

85 Commits (03f6c650ca9e78fc0d80d430ca1ec2a52c262da4)

Author SHA1 Message Date
James Bardin 87253e448c
install packages for tests
9 years ago
Mitchell Hashimoto f4ca79d7b7
Update Makefile to run tests 4 packages at a time
9 years ago
James Bardin 7f6f11b9f2 Add vendor-status make target
9 years ago
James Bardin dfb1d9cbe0 fix vet make target to vet all packages
9 years ago
James Nugent b9f74e388e build: Add test-compile target (#10348)
9 years ago
Clint 740b8bb9cb provider/aws: Run errcheck in tests (#8579)
10 years ago
Jake Champlin 8cbef79dbf Allow specifying ldflags via env vars
10 years ago
John Bowler 922e626b7e Fix Makefile for consistency
10 years ago
John Bowler 4a84697b7d Support `make test` if TF itself is vendored
10 years ago
James Nugent 27d21778a2 build: Allow TESTARGS on make core-test
10 years ago
James Nugent 3593ea8b0a build: Remove format check from plugin-dev
10 years ago
James Nugent 1b011dedf4 build: Skip running tests on /builtin/bins
10 years ago
James Nugent 8895b567f4 build: Add tools target to Makefile
10 years ago
Martin Atkins 78a9f8bfb4 build: "make fmt" to ignore vendor packages
10 years ago
James Nugent 0c56144d7f build: Only build once for core-dev
10 years ago
Chris Bednarski 6360e6c8b6 Implemented internal plugin calls; which allows us to compile plugins into the main terraform binary
10 years ago
Poney baker 03c64b9ba5 fix(Makefile): remove 'updatedeps' from .PHONY
10 years ago
Martin Atkins a1530855a3 Build release binaries in release mode
10 years ago
James Nugent 9c236e7508 build: Remove gofmt check from core-dev target
10 years ago
Joshua Spence cfc2890310 Remove TF_QUICKDEV environment variable
10 years ago
James Nugent 76f203e7e4 build: Update make core-test for vendoring
10 years ago
Paul Hinze d21b0897a9 Makefile/docs: Lock in 1.6 req, doc vendored deps
10 years ago
James Nugent ac957ab329 Run `vet` target on `default` target
10 years ago
Trevor Pounds ebe5346e8f Enable all `go vet` warnings.
10 years ago
James Nugent bc6107508d Fix additional vet warnings
10 years ago
Trevor Pounds 3eb65f2cbb Enable `go vet -unusedresult` check and fix warnings.
10 years ago
Trevor Pounds 79742fc367 Enable `go vet -composites` check and fix warnings.
10 years ago
Trevor Pounds 8e6d11fc5e Do not `go vet` vendor dependencies.
10 years ago
Paul Hinze 6fe2703665 Vendor all dependencies w/ Godep
10 years ago
James Nugent fc667b6763 core: Add `make core-test` target
10 years ago
James Nugent c4c5a0c7d4 Increase acceptance test timeout to 120m from 90m
10 years ago
James Nugent 6d6487e288 Make gofmt errors fail build and add `make fmt`
10 years ago
James Nugent 54ce59ebdd Remove release target and document cross-compiling
10 years ago
Philipp Preß a4c62673ee Remove redundant -build-toolchain for gox
10 years ago
James Nugent 13548fcaa2 Add `core-dev` target to Makefile
10 years ago
Martin Atkins 3af5552b54 Makefile target to build a single plugin for local testing.
11 years ago
Florin Patan a75ca1e25c Support go get in go 1.5
11 years ago
Paul Hinze 4a65d83741 maint: Codify a Vagrant-based release process
11 years ago
Radek Simko bb864fb527 Increase default timeout for acceptance tests
11 years ago
Paul Hinze be2ec7a61a Makefile: make go vet break the build
11 years ago
Chris Bednarski a1dd906f2e Move TEST to end of line
11 years ago
Chris Bednarski 106af364b3 Change the example to something that actually works
11 years ago
Chris Bednarski 7e51225ca9 Tweak some of the makefile help messages for clarity
11 years ago
Jeff Mitchell 996e7ff3e4 Add quickdev option; skips getting dependencies to make repeated builds a bit faster and less network-heavy
11 years ago
Mitchell Hashimoto e60a614a37 Add cover tasks to test code coverage
11 years ago
Patrick Lucas bcc85be991 Remove 'go get ... vet' from updatedeps target
11 years ago
Paul Hinze b8fb0c0838 Makefile: simplify updatedeps; no need for deplist
11 years ago
Paul Hinze a764adbf1b Makefile: new deps strategy fixes deps in branches
11 years ago
Mitchell Hashimoto 703a11ed7e Comment Makefile
11 years ago
Paul Hinze bba3890f32 Makefile: bump test timeout from 10s to 30s
11 years ago