summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-09-17 20:19:29 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-09-23 16:00:18 -0400
commitc9a87dcaded32cde63f2b661b632233164a79a02 (patch)
treecf396294f81f3770d4c1e605898e10ff411f35f7
parent7e19cb1c0e84b739a8cc641767722dcd5a98095f (diff)
downloadhaskell-c9a87dcaded32cde63f2b661b632233164a79a02.tar.gz
testsuite: Make unsigned_reloc_macho_x64 and section_alignment makefile_tests
-rw-r--r--testsuite/tests/rts/linker/all.T4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/rts/linker/all.T b/testsuite/tests/rts/linker/all.T
index 7bf1d54762..32827de494 100644
--- a/testsuite/tests/rts/linker/all.T
+++ b/testsuite/tests/rts/linker/all.T
@@ -6,7 +6,7 @@ test('unsigned_reloc_macho_x64',
unless(opsys('darwin'), skip),
unless(arch('x86_64'), skip)
],
- run_command, ['$MAKE -s --no-print-directory unsigned_reloc_macho_x64'])
+ makefile_test, [])
######################################
test('section_alignment',
@@ -14,7 +14,7 @@ test('section_alignment',
extra_files(['runner.c', 'section_alignment.c']),
unless(opsys('darwin'), expect_broken(13624))
],
- run_command, ['$MAKE -s --no-print-directory section_alignment'])
+ makefile_test, [])
######################################
# Test to see if linker scripts link properly to real ELF files