summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2015-04-17 15:45:06 -0600
committerkballou <kballou@devnulllabs.io>2015-04-17 15:45:06 -0600
commita2da59bf0f0b7f64a9cda4998b2b6a1f6b582506 (patch)
tree4a3d84d15966ea535f91fa73f8592c0c4bf43350 /Makefile
parent7d18972112a7d940333f9ef17a5ae1383da0a57c (diff)
downloadgohadoopxml-a2da59bf0f0b7f64a9cda4998b2b6a1f6b582506.tar.gz
gohadoopxml-a2da59bf0f0b7f64a9cda4998b2b6a1f6b582506.tar.xz
Add unittests for gohadoopxml
Test new function `MergeConfigurations`
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e296636..576420d 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,9 @@ build:
@mkdir -p _build
@go build -ldflags ${LDFLAGS} -o _build/gohadoopxml
+test:
+ @go test
+
install:
@go install -ldflags ${LDFLAGS}