Skip to content

Commit

Permalink
tests: fp_sharing: removing dependency on ARCH
Browse files Browse the repository at this point in the history
Change-Id: I389f93aad4b785f286bd83be6c5ed688115592f8
Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif authored and Anas Nashif committed Sep 15, 2016
1 parent 5049261 commit 2aa7544
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 24 deletions.
2 changes: 1 addition & 1 deletion tests/kernel/test_fp_sharing/microkernel/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MDEF_FILE = prj.mdef
KERNEL_TYPE = micro
BOARD ?= qemu_x86
CONF_FILE = prj_$(ARCH).conf
CONF_FILE = prj.conf

ifeq (${KERNEL_TYPE},unified)
$(error This project will only run a unified kernel when round-robin scheduling is implemented)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,5 @@ CONFIG_FLOAT=y
CONFIG_SSE=y
CONFIG_FP_SHARING=y
CONFIG_SSE_FP_MATH=y

CONFIG_STDOUT_CONSOLE=y

# Let stack canaries use non-random number generator.
# This option is NOT to be used in production code.

CONFIG_TEST_RANDOM_GENERATOR=y
9 changes: 0 additions & 9 deletions tests/kernel/test_fp_sharing/microkernel/prj_arm.conf

This file was deleted.

9 changes: 0 additions & 9 deletions tests/kernel/test_fp_sharing/nanokernel/prj_arm.conf

This file was deleted.

0 comments on commit 2aa7544

Please sign in to comment.