diff options
| author | Keith Packard <keithp@keithp.com> | 2013-03-28 16:05:24 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-03-28 16:05:24 -0700 |
| commit | c7b606e93a4e4fbd2c0e883352ed74619ee24cf7 (patch) | |
| tree | 5c01843cc96e69870373bd8b7a195d7748cf4f94 /src/test/Makefile | |
| parent | d1fe0654b45cc8f944394308cf29945b537becc4 (diff) | |
altos: Clean up fat driver API. Improve fat test
Make FAT api provide reasonable error return values, change the tests
to write and then read a pile of files, checking that the contents are
correct (using md5sum).
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/test/Makefile')
| -rw-r--r-- | src/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/Makefile b/src/test/Makefile index 96170cc1..991bdbfc 100644 --- a/src/test/Makefile +++ b/src/test/Makefile @@ -66,4 +66,4 @@ ao_micropeak_test: ao_micropeak_test.c ao_microflight.c ao_kalman.h cc $(CFLAGS) -o $@ ao_micropeak_test.c -lm ao_fat_test: ao_fat_test.c ao_fat.c ao_bufio.c - cc $(CFLAGS) -o $@ ao_fat_test.c + cc $(CFLAGS) -o $@ ao_fat_test.c -lssl |
