Subversion Repositories HelenOS-historic

Rev

Rev 328 | Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

#ARCH=ia32
#ARCH=mips32
#ARCH=ia64
#ARCH=ppc32
#ARCH=amd64

# If this is yes, then cross compiler will be used instead of host compiler
CROSS_COMPILER=no

# Support for symetric multiprocessors
SMP=__SMP__

# Improved support for hyperthreading
HT=__HT__

# General debuging and assert checking disable
#NDEBUG=__NDEBUG__

# Deadlock detection support for spinlocks.
DEBUG_SPINLOCK=DEBUG_SPINLOCK

# Uncomment if you want to compile in userspace support
#USERSPACE=__USERSPACE__

# Uncomment if you want to run in the test mode
#TEST=__TEST__

TEST_FILE=test.c

# Select what test do you want to run
#TEST_DIR=synch/rwlock1/
#TEST_DIR=synch/rwlock2/
#TEST_DIR=synch/rwlock3/
#TEST_DIR=synch/rwlock4/
#TEST_DIR=synch/rwlock5/
#TEST_DIR=synch/semaphore1/
#TEST_DIR=synch/semaphore2/
#TEST_DIR=fpu/fpu1
#TEST_DIR=fpu/sse1
#TEST_DIR=fpu/mips1
#TEST_DIR=print/print1
#TEST_DIR=thread/thread1