Skip to content

Commit

Permalink
For now the tests page size is fixed at 0
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamos82 committed Aug 21, 2024
1 parent 50da1e8 commit 1ce2573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ TESTFLAGS := -std=gnu99 \
-I src/include/kernel/arch/common/mem \
-I src/include/sys \
-I src/include/utils \
-DSMALL_PAGES=$(SMALL_PAGES) \
-DSMALL_PAGES=0 \
-D_TEST_=1

PRJ_FOLDERS := src
Expand Down

0 comments on commit 1ce2573

Please sign in to comment.