Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3e9a5d9e authored by Martin Geisler's avatar Martin Geisler Committed by Gerrit Code Review
Browse files

Merge "rust: Test with full Rust “crate_type”"

parents 3e0efc52 b8a4c2ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ func TestLibraryVariants(t *testing.T) {
	rlibCrateType := "rlib"
	dylibCrateType := "dylib"
	sharedCrateType := "cdylib"
	staticCrateType := "static"
	staticCrateType := "staticlib"

	// Test crate type for rlib is correct.
	if !strings.Contains(libfooRlib.Args["rustcFlags"], "crate-type="+rlibCrateType) {