Skip to content

Commit

Permalink
add execute_sched_setattr
Browse files Browse the repository at this point in the history
Signed-off-by: pengshanyu <[email protected]>
  • Loading branch information
pengshanyu authored and dougsland committed Jun 4, 2024
1 parent 8f3439b commit 19c363c
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 19c363c

Please sign in to comment.