[commit: packages/time] master: test in Makefile (e12e45e)
git at git.haskell.org
git at git.haskell.org
Fri Jan 23 22:53:52 UTC 2015
Repository : ssh://git@git.haskell.org/time
On branch : master
Link : http://git.haskell.org/packages/time.git/commitdiff/e12e45e5f42c7a8c1ec29576d4d9014edbf5d7cd
>---------------------------------------------------------------
commit e12e45e5f42c7a8c1ec29576d4d9014edbf5d7cd
Author: Ashley Yakeley <ashley at semantic.org>
Date: Sun May 8 21:12:05 2005 -0700
test in Makefile
darcs-hash:20050509041205-ac6dd-5390ff04e98e6c097dedbafd1a1c72833014de83
>---------------------------------------------------------------
e12e45e5f42c7a8c1ec29576d4d9014edbf5d7cd
Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Makefile b/Makefile
index e94c52d..c6c6b0b 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,9 @@ default: build doc
build: $(patsubst %.hs,%.hi,$(SRCS)) libTimeLib.a
+test: build
+ cd test && make
+
SRCS = Data/Fixed.hs \
System/Time/Clock.hs \
System/Time/TAI.hs \
More information about the ghc-commits
mailing list