2025-01-15 19:42:35 +01:00

9 lines
188 B
Haxe

package tests;
import haxelib.client.Vcs;
class TestGit extends TestVcs {
public function new():Void {
super(VcsID.Git, "Git", "https://github.com/fzzr-/hx.signal.git", "0.9.2");
}
}