mirror of
https://github.com/RPCS3/cereal.git
synced 2025-01-07 11:20:30 +00:00
10 lines
176 B
Bash
Executable File
10 lines
176 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
./portability_test64 save 64
|
|
./portability_test32 load 32
|
|
./portability_test32 save 32
|
|
./portability_test64 load 64
|
|
./portability_test64 remove 64
|