#!/bin/sh

export EMACS_INHIBIT_AUTOMATIC_NATIVE_COMPILATION=t

buttercup -L . --eval "(with-eval-after-load 'comp (push 'insert-file-contents native-comp-never-optimize-functions))"
