Skip to content
Snippets Groups Projects
Commit 11eed2f4 authored by Ben Gamari's avatar Ben Gamari Committed by Ömer Sinan Ağacan
Browse files

testsuite: Don't rely on find command in T15038

Test Plan: Validate

Reviewers: int-index, osa1

Reviewed By: osa1

Subscribers: rwbarton, thomie, carter

GHC Trac Issues: #15038

Differential Revision: https://phabricator.haskell.org/D4723
parent 40d5b9e9
No related merge requests found
......@@ -4,6 +4,12 @@ include $(TOP)/mk/test.mk
.PHONY: T15038
T15038:
'$(TEST_HC)' $(TEST_HC_OPTS) $(shell find . -iname '*.hs') -O2 -o Main \
'$(TEST_HC)' $(TEST_HC_OPTS) -O2 -o Main \
./test/Main.hs \
./test/Parser.hs \
./src/Packed/Bytes/Stream/ST.hs \
./src/Packed/Bytes/Parser.hs \
./src/Packed/Bytes.hs \
./common/Data/Trie/Naive.hs \
-package containers -package ghc-prim -package primitive
./Main
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment