Rev 183 | Rev 195 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 183 | Rev 192 | ||
---|---|---|---|
Line 18... | Line 18... | ||
18 | 18 | ||
19 | # Uncomment if you want to compile in userspace support |
19 | # Uncomment if you want to compile in userspace support |
20 | #USERSPACE=__USERSPACE__ |
20 | #USERSPACE=__USERSPACE__ |
21 | 21 | ||
22 | # Uncomment if you want to run in the test mode |
22 | # Uncomment if you want to run in the test mode |
23 | TEST=__TEST__ |
23 | #TEST=__TEST__ |
24 | 24 | ||
25 | TEST_FILE=test.c |
25 | TEST_FILE=test.c |
26 | 26 | ||
27 | # Select what test do you want to run |
27 | # Select what test do you want to run |
28 | #TEST_DIR=synch/rwlock1/ |
28 | #TEST_DIR=synch/rwlock1/ |
Line 31... | Line 31... | ||
31 | #TEST_DIR=synch/rwlock4/ |
31 | #TEST_DIR=synch/rwlock4/ |
32 | #TEST_DIR=synch/rwlock5/ |
32 | #TEST_DIR=synch/rwlock5/ |
33 | #TEST_DIR=synch/semaphore1/ |
33 | #TEST_DIR=synch/semaphore1/ |
34 | #TEST_DIR=synch/semaphore2/ |
34 | #TEST_DIR=synch/semaphore2/ |
35 | #TEST_DIR=fpu/fpu1 |
35 | #TEST_DIR=fpu/fpu1 |
36 | TEST_DIR=print/print1 |
36 | #TEST_DIR=print/print1 |