Skip to content

Commit

Permalink
Add Railgrade test case
Browse files Browse the repository at this point in the history
  • Loading branch information
scottanderson committed Mar 17, 2024
1 parent e0d7444 commit da6ec4c
Show file tree
Hide file tree
Showing 6 changed files with 885 additions and 0 deletions.
Binary file added resources/test/Profile_0.sav
Binary file not shown.
2 changes: 2 additions & 0 deletions tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ pub mod delegate;
pub mod features;
pub mod options;
pub mod palworld;
pub mod profile0;
pub mod regression;
pub mod saveslot3;
pub mod slot1;
Expand All @@ -18,6 +19,7 @@ pub const OPTIONS_PATH: &str = "resources/test/Options.sav";
pub const PACKAGE_VERSION_524_PATH: &str = "resources/test/package_version_524.sav";
pub const PALWORLD_ZLIB_PATH: &str = "resources/test/palworld_zlib.sav";
pub const PALWORLD_ZLIB_TWICE_PATH: &str = "resources/test/palworld_zlib_twice.sav";
pub const PROFILE_0_PATH: &str = "resources/test/Profile_0.sav";
pub const REGRESSION_01_PATH: &str = "resources/test/regression_01.bin";
pub const SAVESLOT_03_PATH: &str = "resources/test/SaveSlot_03.sav";
pub const SLOT1_PATH: &str = "resources/test/Slot1.sav";
Expand Down
Loading

0 comments on commit da6ec4c

Please sign in to comment.