diff options
| author | rpj <rpj> | 2005-03-08 07:36:56 +0000 | 
|---|---|---|
| committer | rpj <rpj> | 2005-03-08 07:36:56 +0000 | 
| commit | d5c78e3656cbc7410f333bfa80e2929947e6d0e5 (patch) | |
| tree | 9d47c7f9dc5022564a7c34ec1db8cca4e4d6d802 /tests/Bmakefile | |
| parent | 6df0e45cf47b5eaee00f21a5862e8f0c5107a4e2 (diff) | |
compiler compatibility and bug fixes
Diffstat (limited to 'tests/Bmakefile')
| -rw-r--r-- | tests/Bmakefile | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/tests/Bmakefile b/tests/Bmakefile index 94b5395..294eec1 100644 --- a/tests/Bmakefile +++ b/tests/Bmakefile @@ -91,7 +91,7 @@ PASSES=   loadfree.pass \  	  mutex6s.pass  mutex6es.pass  mutex6rs.pass  \
  	  mutex7.pass  mutex7n.pass  mutex7e.pass  mutex7r.pass  \
  	  mutex8.pass  mutex8n.pass  mutex8e.pass  mutex8r.pass  \
 -	  count1.pass  once1.pass  tsd1.pass  \
 +	  count1.pass  once1.pass  once2.pass  tsd1.pass  \
  	  self2.pass  \
  	  cancel1.pass  cancel2.pass  \
  	  semaphore4.pass  semaphore4t.pass  \
 @@ -306,6 +306,7 @@ mutex8n.pass: mutex7n.pass  mutex8e.pass: mutex7e.pass
  mutex8r.pass: mutex7r.pass
  once1.pass: create1.pass
 +once2.pass: once1.pass
  priority1.pass: join1.pass
  priority2.pass: priority1.pass barrier3.pass
  reuse1.pass: create2.pass
 | 
