diff options
author | Keith Packard <keithp@keithp.com> | 2014-06-22 21:12:37 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-06-22 23:52:53 -0700 |
commit | fc3364de2b6cdfff53f5c38b3ae52ae5601ff3b7 (patch) | |
tree | 53a1f6553c5944e9752a6cad569b6a0fea976f4b /configure.ac | |
parent | 6cc2d671c0e335fbedb0e97699f8f273502c6807 (diff) |
ao-tools: Add ao-test-baro, ao-test-igniter and ao-test-flash
C versions of the test programs used to validate hardware prior to ship
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 467a5286..650abcc2 100644 --- a/configure.ac +++ b/configure.ac @@ -534,6 +534,9 @@ ao-tools/ao-dump-up/Makefile ao-tools/ao-elftohex/Makefile ao-tools/ao-usbload/Makefile ao-tools/ao-flash/Makefile +ao-tools/ao-test-igniter/Makefile +ao-tools/ao-test-baro/Makefile +ao-tools/ao-test-flash/Makefile ao-utils/Makefile src/Version ]) |