Subversion Repositories HelenOS-historic

Rev

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

Rev 80 Rev 84
Line 15... Line 15...
15
 
15
 
16
# Uncomment if you want to compile in userspace support
16
# Uncomment if you want to compile in userspace support
17
#USERSPACE=__USERSPACE__
17
#USERSPACE=__USERSPACE__
18
 
18
 
19
# Uncomment if you want to run in the test mode
19
# Uncomment if you want to run in the test mode
20
#TEST=__TEST__
20
TEST=__TEST__
21
 
21
 
22
TEST_FILE=test.c
22
TEST_FILE=test.c
23
 
23
 
24
# Select what test do you want to run
24
# Select what test do you want to run
25
#TEST_DIR=synch/rwlock1/
25
#TEST_DIR=synch/rwlock1/
26
#TEST_DIR=synch/rwlock2/
26
#TEST_DIR=synch/rwlock2/
27
#TEST_DIR=synch/rwlock3/
27
#TEST_DIR=synch/rwlock3/
28
TEST_DIR=synch/rwlock4/
28
#TEST_DIR=synch/rwlock4/
29
#TEST_DIR=synch/rwlock5/
29
#TEST_DIR=synch/rwlock5/
30
#TEST_DIR=synch/semaphore1/
30
#TEST_DIR=synch/semaphore1/
31
#TEST_DIR=synch/semaphore2/
31
#TEST_DIR=synch/semaphore2/
-
 
32
TEST_DIR=fp/fp0
32
 
33