> compile NEMU
ysyx_22040000 李心杨 Linux calcite 6.6.18 #1-NixOS SMP PREEMPT_DYNAMIC Fri Feb 23 08:25:28 UTC 2024 x86_64 GNU/Linux 12:15:20 up 1 day 15:43, 2 users, load average: 1.21, 0.90, 0.67
This commit is contained in:
parent
20c8c52468
commit
4fc0e0e247
4 changed files with 6 additions and 4 deletions
|
@ -95,4 +95,4 @@ integration-tests: $(IMAGES)
|
|||
test: unit-tests integration-tests
|
||||
@$(OBJ_DIR)/tests/expr_test
|
||||
|
||||
.PHONY: test integration-tests
|
||||
.PHONY: test integration-tests unit-tests
|
|
@ -23,10 +23,11 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
|
||||
checkInputs = [
|
||||
pkgs.check
|
||||
am-kernels
|
||||
];
|
||||
|
||||
IMAGES_PATH = "${am-kernels}/share/images"
|
||||
IMAGES_PATH = "${am-kernels}/share/images";
|
||||
|
||||
configurePhase = ''
|
||||
export NEMU_HOME=$(pwd)
|
||||
|
@ -37,6 +38,7 @@ stdenv.mkDerivation rec {
|
|||
make
|
||||
'';
|
||||
|
||||
doCheck = true;
|
||||
checkPhase = ''
|
||||
make test
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue