diff options
author | Rob Austein <sra@hactrn.net> | 2015-05-21 13:47:12 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-05-21 13:47:12 -0400 |
commit | f50805b30323155755393ac6639aaae1067452c1 (patch) | |
tree | fad5d3558ad64713b96673c104a6a84f36d72c72 /configure.ac | |
parent | e2de6b1f6d220fc2481b19bd1ed203b493d2db18 (diff) |
Add test harness: no useful tests yet, just the framework.
Add human-readable error strings for hal_error_t codes.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 07cd236..f7e4dd5 100644 --- a/configure.ac +++ b/configure.ac @@ -29,5 +29,5 @@ AC_MSG_NOTICE([C compiler: $CC]) AC_MSG_NOTICE([C compiler flags: $CFLAGS]) AC_MSG_NOTICE([Linker flags: $LDFLAGS]) -AC_CONFIG_FILES([Makefile]) +AC_CONFIG_FILES([Makefile tests/Makefile]) AC_OUTPUT |