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 /ao-tools/Makefile.am | |
| 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 'ao-tools/Makefile.am')
| -rw-r--r-- | ao-tools/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ao-tools/Makefile.am b/ao-tools/Makefile.am index a42988d6..4526f514 100644 --- a/ao-tools/Makefile.am +++ b/ao-tools/Makefile.am @@ -1,7 +1,8 @@ SUBDIRS=lib ao-rawload ao-dbg ao-bitbang ao-eeprom ao-list \ ao-load ao-telem ao-send-telem ao-sky-flash \ ao-dumpflash ao-edit-telem ao-dump-up ao-elftohex \ - ao-flash ao-usbload + ao-flash ao-usbload ao-test-igniter ao-test-baro \ + ao-test-flash if LIBSTLINK SUBDIRS += ao-stmload endif |
