// This file is licensed under the Affero General Public License (AGPL) version 3. // // Copyright (C) 2026 Element Creations Ltd // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // See the GNU Affero General Public License for more details: // . package synapse_tests import ( "testing" "github.com/matrix-org/complement" ) func TestMain(m *testing.M) { complement.TestMain(m, "synapse") }