From 90f05466987c185bc4c37c8be1c4ebab3b2f548d Mon Sep 17 00:00:00 2001 From: iximeow Date: Tue, 25 Jun 2024 20:42:30 -0700 Subject: fix yaxpeax-arch not building for non-x86 targets when alloc is not enabled --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index efe5c3f..57c8615 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,9 @@ -test: test-std test-no-std test-serde-no-std test-colors-no-std test-color-new-no-std test-alloc-no-std +test: build-smoketest test-std test-no-std test-serde-no-std test-colors-no-std test-color-new-no-std test-alloc-no-std + +build-smoketest: + cargo build + cargo build --no-default-features + cargo build --no-default-features --target wasm32-wasi test-std: cargo test -- cgit v1.1