user_space/swapout/swapout_copy_to_01.sh: * Use ~/.mck_test_config * Fix checking if McKernel version is written in swap-file user_space/futex/futex_test.sh: * Use ~/.mck_test_config user_space/perf_event_open/perf_event_open_test.sh * Use ~/.mck_test_config Change-Id: Id93b207ed0e3e9ebf307073db81b40335bc5b140
8 lines
237 B
Plaintext
8 lines
237 B
Plaintext
# Config file for McKernel tests
|
|
: ${BIN:=@prefix@/bin}
|
|
: ${SBIN:=@prefix@/sbin}
|
|
: ${OSTEST:=}
|
|
: ${LTP:=}
|
|
: ${BOOTPARAM:=-c 1-7,9-15,17-23,25-31 -m 10G@0,10G@1 -r 1-7:0+9-15:8+17-23:16+25-31:24}
|
|
: ${MCKERNEL_VERSION:=@MCKERNEL_VERSION@}
|