diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6ffbeda..897d11c 100644 --- a/configure.ac +++ b/configure.ac @@ -59,4 +59,7 @@ AC_SUBST([MIGCOM]) [MIG=`echo mig | sed "$program_transform_name"`] AC_SUBST([MIG]) -AC_OUTPUT([Makefile mig]) +AC_OUTPUT([Makefile mig tests/Makefile \ + tests/good/Makefile \ + tests/generate-only/Makefile \ + tests/bad/Makefile]) |