Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
262 B
Makefile
Raw Normal View History

# needs-profiler-support
# ignore-cross-compile
include ../tools.mk
2019-05-28 16:48:03 +02:00
COMPILE_FLAGS=-g -Cprofile-generate="$(TMPDIR)"
2019-05-29 14:32:38 +02:00
all:
2019-05-29 14:32:38 +02:00
$(RUSTC) $(COMPILE_FLAGS) test.rs
$(call RUN,test) || exit 1
[ -e "$(TMPDIR)"/default_*.profraw ] || (echo "No .profraw file"; exit 1)