1
0
mirror of https://github.com/weiju/amiga-stuff synced 2025-12-08 14:58:33 +00:00

added sorting for the file list

added chibi test framework in requesters for unit testing the
more complicated sorting functionality, added sorting for file
lists
This commit is contained in:
Wei-ju Wu
2016-02-23 20:24:59 -08:00
parent a30613f4aa
commit 3e89af887a
8 changed files with 612 additions and 32 deletions

View File

@ -7,5 +7,12 @@ all: main
clean:
rm -f *.o main
main: main.o filereq.o dos13.o
main: main.o filereq.o dos13.o file_list.o
$(CC) $(CFLAGS) $^ -lamiga -lauto -o $@
check: file_list_test
file_list_test: file_list.c file_list_test.c chibi.c
gcc $^ -o $@
./file_list_test