occlum/test/cpuid/Makefile
LI Qing f37eb34038 Rewrite cpuid and rdtsc exception handlers
1. Rewrite cpuid and rdtsc exception handle in Rust
2. Rewrite cpuid test cases
3. Update Dockerfile to install cpuid tool for test
2019-09-05 13:50:34 +00:00

11 lines
170 B
Makefile

DEPS_FILE := test_cpuid.txt
include ../test_common.mk
EXTRA_C_FLAGS :=
EXTRA_LINK_FLAGS :=
BIN_ARGS :=
test_cpuid.txt:
@/usr/bin/cpuid -r > $@
@mv $@ $(IMAGE_DIR)/$@