Skip to content

Commit

Permalink
add execute_sched_setattr
Browse files Browse the repository at this point in the history
Signed-off-by: pengshanyu <yupengshan@hotmail.com>
  • Loading branch information
pengshanyu committed Jun 3, 2024
1 parent 8f3439b commit aa5967d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/e2e/tools/FFI/Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
CC = gcc
CFLAGS = -Wall -g

VPATH=disk/QM:memory:deny_set_scheduler
VPATH=disk/QM:memory:deny_set_scheduler:deny_sched_setattr
QM_BIN=./bin/QM
ASIL_BIN=./bin/ASIL

all: cratetestqm cratetestasil

cratetestqm: createqmbin file-allocate 90_percent_memory_eat test_sched_setscheduler
cratetestqm: createqmbin file-allocate 90_percent_memory_eat test_sched_setscheduler execute_sched_setattr

cratetestasil: createasilbin 20_percent_memory_eat

Expand All @@ -29,6 +29,9 @@ file-allocate: file-allocate.c
test_sched_setscheduler: execute_set_scheduler.c
$(CC) $(CFLAGS) -o $(QM_BIN)/$@ $<

execute_sched_setattr: execute_sched_setattr.c
$(CC) $(CFLAGS) -o $(QM_BIN)/$@ $<

clean:
rm -rf $(QM_BIN) $(ASIL_QM)

Expand Down

0 comments on commit aa5967d

Please sign in to comment.