test: Fix 898 and 928

1. Catch up with the interface change in
   ihk_os_destroy_pseudofs() and ihk_os_create_pseudofs()
2. Expect ihk_os_shutdown() to return zero when the OS had been shut
   down

Refs: #898
Refs: #928
Change-Id: Ic430550ebfd5cd21164eefaed155fe769adf8395
This commit is contained in:
Masamichi Takagi
2018-11-27 10:36:31 +09:00
parent 6ca5aaa1fc
commit 68c581f721
12 changed files with 106 additions and 99 deletions

View File

@@ -1,8 +1,9 @@
include $(HOME)/.mck_test_config.mk
CC = gcc
MCK_DIR=/home/satoken/ppos
TARGET=CT_001 CT_002 CT_003 CT_004 CT_005 CT_006 CT_007 CT_008 CT_009
CPPFLAGS = -I$(MCK_DIR)/include
CPPFLAGS = -I$(MCK_DIR)/include -DMCK_DIR=$(MCK_DIR)
LDFLAGS = -L$(MCK_DIR)/lib -lihk -Wl,-rpath -Wl,$(MCK_DIR)/lib -lbfd
all: $(TARGET)