Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
nofib
Commits
8855b562
Commit
8855b562
authored
May 18, 1997
by
sof
Browse files
[project @ 1997-05-18 01:51:14 by sof]
Remove stable* tests
parent
a79e782b
Changes
1
Hide whitespace changes
Inline
Side-by-side
GHC_ONLY/Makefile
View file @
8855b562
...
...
@@ -3,7 +3,11 @@ include $(TOP)/mk/boilerplate.mk
# Leave the net* tests out of it for the moment, runstdtest is
# geared towards batch programs
SUBDIRS
=
$(
wildcard
frontend
*
arith
*
bugs cg
*
ghclib
*
io
*
obfuscated93 po
*
stable
*
)
#
# Also leave out stable* tests; the only one has a funny mixture of C
# and Haskell in it, so it needs attention.
SUBDIRS
=
$(
wildcard
frontend
*
arith
*
bugs cg
*
ghclib
*
io
*
obfuscated93 po
*
)
# io018 is not interesting here (it spins)
SUBDIRS
:=
$(
filter-out
io018,
$(SUBDIRS)
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment