blob: 34550f696bbe8e096a3d5e9af03b3ab58dc9f399 (
plain)
1
2
3
4
5
6
7
|
test('Orphans', normal, makefile_test, ['Orphans'])
test('DocsInHiFile0',
extra_files(['DocsInHiFile.hs']),
makefile_test, ['DocsInHiFile0'])
test('DocsInHiFile1',
extra_files(['DocsInHiFile.hs']),
makefile_test, ['DocsInHiFile1'])
|