Files
cs420/tests/reduce-criteria-template.sh
Jeehoon Kang 938390821f Fix hw1 fuzzer
2020-03-26 22:59:02 +09:00

5 lines
223 B
Bash

#!/usr/bin/env bash
cargo run --manifest-path $PROJECT_DIR/Cargo.toml --release -- -p test_reduced.c >/dev/null 2>&1 &&\
! cargo run --manifest-path $PROJECT_DIR/Cargo.toml --release --bin fuzz -- $FUZZ_ARG test_reduced.c