summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authormarcus <marcus>2005-02-09 04:12:31 +0000
committermarcus <marcus>2005-02-09 04:12:31 +0000
commitf8af6bac914b79c6e79b07f628634feeb41cc2fc (patch)
tree21b8eb8ae427f43c58afa25c3a5b72d605261654 /configure.ac
parentf2ca115249930202ee192eb3f10ecc606a240c4e (diff)
2005-02-09 Marcus Brinkmann <marcus@gnu.org>
* configure.ac (AC_CONFIG_FILES): Add libl4/tests/Makefile. libl4/ 2005-02-09 Marcus Brinkmann <marcus@gnu.org> * tests/Makefile.am: New file. * tests/environment.h: New file. * tests/t-l4-kip.c: New file. * Makefile.am (SUBDIRS): Add tests. * ia32/l4/bits/syscall.h (_L4_kernel_interface) [_L4_TEST_ENVIRONMENT]: Replace function body with _L4_TEST_KERNEL_INTERFACE_IMPL.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index df89a0c..bafb487 100644
--- a/configure.ac
+++ b/configure.ac
@@ -168,7 +168,8 @@ fi
# Checks for library functions.
AC_CONFIG_FILES([Makefile
- libl4/ia32/Makefile libl4/powerpc/Makefile libl4/Makefile
+ libl4/ia32/Makefile libl4/powerpc/Makefile
+ libl4/tests/Makefile libl4/Makefile
platform/alpha/Makefile platform/amd64/Makefile
platform/ia32/Makefile platform/ia64/Makefile
platform/powerpc/Makefile platform/powerpc64/Makefile