diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2005-09-22 23:54:49 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2005-09-22 23:54:49 +0000 |
commit | ab167d8ea6f38d6766b4860bc125705d4bb007b2 (patch) | |
tree | 4a4ea08b457eb1174a5a84963093d8fcd7652dc2 | |
parent | 1ed93edf0a8e122a3c0ca4a6c54f1fecda1f97ee (diff) |
Enable a bunch more tests.
-rw-r--r-- | regress/libexec/ld.so/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/regress/libexec/ld.so/Makefile b/regress/libexec/ld.so/Makefile index 05e41aaa0fa..91681089899 100644 --- a/regress/libexec/ld.so/Makefile +++ b/regress/libexec/ld.so/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.6 2005/09/18 19:58:49 drahn Exp $ +# $OpenBSD: Makefile,v 1.7 2005/09/22 23:54:48 drahn Exp $ SUBDIR+= elf weak dlsym dlopen -#SUBDIR+= constructor link-order +#SUBDIR+= constructor +SUBDIR+= link-order edgecases install: |