Skip to content

Commit

Permalink
Merge pull request #39 from jgarzik/le32
Browse files Browse the repository at this point in the history
src/lib: enable new le32 test data
  • Loading branch information
jgarzik authored Feb 1, 2024
2 parents d81604f + c26a2e8 commit 00ee22d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,8 @@ mod test_gdbm {
// NOTE: Order of push is important.
// Some tests depend on basic.db being index 1 (2nd item)

push_test(&mut cfg, "empty.db.le32", "empty.json.le32", false, 0);
push_test(&mut cfg, "basic.db.le32", "basic.json.le32", true, 10001);
push_test(&mut cfg, "empty.db.le64", "empty.json.le64", false, 0);
push_test(&mut cfg, "basic.db.le64", "basic.json.le64", true, 10001);

Expand Down

0 comments on commit 00ee22d

Please sign in to comment.