Subversion Repositories HelenOS-historic

Rev

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

Rev 31 Rev 34
Line 11... Line 11...
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 compile in userspace support
-
 
17
#USERSPACE=__USERSPACE__
-
 
18
 
16
# Uncomment if you want to run in the test mode
19
# Uncomment if you want to run in the test mode
17
TEST=__TEST__
20
#TEST=__TEST__
18
 
21
 
19
TEST_FILE=test.c
22
TEST_FILE=test.c
20
 
23
 
21
# Select what test do you want to run
24
# Select what test do you want to run
22
#TEST_DIR=synch/rwlock1/
25
#TEST_DIR=synch/rwlock1/