diff options
author | Shayne Fletcher <shayne@shaynefletcher.org> | 2021-06-03 20:34:39 +1000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-06-05 03:47:48 -0400 |
commit | 1713cbb038116c2d703238b47f78c4861232db8e (patch) | |
tree | 9ef7ba336a7c36defe90ce31c5211666f715b47e /testsuite/tests/count-deps/all.T | |
parent | 737b0ae194ca33f9bea9a150dada0c933fd75d4d (diff) | |
download | haskell-1713cbb038116c2d703238b47f78c4861232db8e.tar.gz |
Make 'count-deps' a ghc/util standalone program
- Move 'count-deps' into 'ghc/utils' so that it can be called standalone.
- Move 'testsuite/tests/parser/should_run/' tests 'CountParserDeps' and
'CountAstDeps' to 'testsuite/tests/count-deps' and reimplement in terms
of calling the utility
- Document how to use 'count-deps' in 'ghc/utils/count-deps/README'
Diffstat (limited to 'testsuite/tests/count-deps/all.T')
-rw-r--r-- | testsuite/tests/count-deps/all.T | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/count-deps/all.T b/testsuite/tests/count-deps/all.T new file mode 100644 index 0000000000..6b8abd9c95 --- /dev/null +++ b/testsuite/tests/count-deps/all.T @@ -0,0 +1,2 @@ +test('CountDepsAst', [], makefile_test, ['count-deps-ast']) +test('CountDepsParser', [], makefile_test, ['count-deps-parser']) |