diff --git a/Tests/LinuxMain.swift b/Tests/LinuxMain.swift index b239d54f..21abbefc 100644 --- a/Tests/LinuxMain.swift +++ b/Tests/LinuxMain.swift @@ -14,8 +14,7 @@ XCTMain([ IRGlobalSpec.allTests, IRMetadataSpec.allTests, IROperationSpec.allTests, - // FIXME: These tests cannot run on Linux without SEGFAULT'ing. - // JITSpec.allTests, + JITSpec.allTests, ModuleLinkSpec.allTests, ModuleMetadataSpec.allTests, ])