Skip to content

Commit

Permalink
There's no need to copy the interest script into the scratch dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
vext01 committed Jun 7, 2024
1 parent 51b872e commit 08ec941
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion creduce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ Run creduce with `cvise`:

```shell
cd src
cvise ./cvise.example.sh onelua.c
cvise /path/to/interest_script.sh onelua.c
```

See `cvise.example.sh` for an example interest script.

> cvice will reduce the lines of the `onelua.c` file as long as `./cvise.example.sh` executes successfully. It will overwrite the `onelua.c` file in place. Original content can be found in `onelua.c.orig`.
1 change: 0 additions & 1 deletion creduce/build_onelua.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ fi

cp -r "../src" "./src"
cp "Makefile" "./src/Makefile"
cp ./cvise.example.sh "./src/cvise.example.sh"
cp "./one.c" "./src/one.c"

cd "./src"
Expand Down

0 comments on commit 08ec941

Please sign in to comment.