Skip to content

Commit

Permalink
polkavm-test-data: Give the proper credits
Browse files Browse the repository at this point in the history
Give credits where it is due.

Signed-off-by: Jarkko Sakkinen <[email protected]>
  • Loading branch information
jarkkojs committed Feb 4, 2025
1 parent 8cb4c08 commit 899690f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions crates/polkavm-test-data/build.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
//! # polkavm-test-data
//!
//! Filtered environment generation was inspired and further generelized from the
//! earlier work of Peter Hartley in
//! [cotton/systemtests/build.rs](https://github.com/pdh11/cotton/blob/main/systemtests/build.rs).
#![allow(clippy::exit)]
use std::collections::HashMap;
use std::path::{Path, PathBuf};
Expand Down

0 comments on commit 899690f

Please sign in to comment.