• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/sh -ex
2
3cargo test
4cargo test --no-default-features
5
6cargo test --features slice16-mem-limit
7cargo test --features bytewise-mem-limit
8cargo test --features no-table-mem-limit
9
10cargo test --features bytewise-mem-limit,slice16-mem-limit
11cargo test --features no-table-mem-limit,bytewise-mem-limit
12cargo test --features no-table-mem-limit,slice16-mem-limit
13
14cargo test --features no-table-mem-limit,bytewise-mem-limit,slice16-mem-limit
15
16