[commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: test in Makefile (e12e45e)

git at git.haskell.org git at git.haskell.org
Mon Feb 20 21:08:09 UTC 2017


Repository : ssh://git@git.haskell.org/time

On branches: format-widths,improve-leapseconds,master,posix-perf,tasty,wip/travis
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