Subversion Repositories HelenOS-historic

Rev

Rev 16 | Rev 22 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16 Rev 19
Line 9... Line 9...
9
 
9
 
10
# Improved support for hyperthreading
10
# Improved support for hyperthreading
11
HT=__HT__
11
HT=__HT__
12
 
12
 
13
# Deadlock detection support for spinlocks.
13
# Deadlock detection support for spinlocks.
14
#DEBUG_SPINLOCK=DEBUG_SPINLOCK
14
DEBUG_SPINLOCK=DEBUG_SPINLOCK
15
 
15
 
16
# Uncomment if you want to run in the test mode
16
# Uncomment if you want to run in the test mode
17
#TEST=__TEST__
17
TEST=__TEST__
18
 
18
 
19
#TEST_FILE=test.c
19
TEST_FILE=test.c
20
 
20
 
21
# Select what test do you want to run
21
# Select what test do you want to run
22
#TEST_DIR=synch/rwlock1/
22
#TEST_DIR=synch/rwlock1/
23
#TEST_DIR=synch/rwlock2/
23
#TEST_DIR=synch/rwlock2/
24
#TEST_DIR=synch/rwlock3/
24
#TEST_DIR=synch/rwlock3/