added 'tests' directory with tests for the pikotools library
currently only tests for convert/text functions
This commit is contained in:
11
tests/Makefile.dep
Normal file
11
tests/Makefile.dep
Normal file
@@ -0,0 +1,11 @@
|
||||
# DO NOT DELETE
|
||||
|
||||
./main.o: convert.h
|
||||
./convert.o: convert.h test.h ../src/convert/convert.h
|
||||
./convert.o: ../src/convert/inttostr.h ../src/convert/patternreplacer.h
|
||||
./convert.o: ../src/textstream/textstream.h ../src/space/space.h
|
||||
./convert.o: ../src/textstream/types.h ../src/convert/inttostr.h
|
||||
./convert.o: ../src/date/date.h ../src/membuffer/membuffer.h
|
||||
./convert.o: ../src/textstream/types.h ../src/convert/strtoint.h
|
||||
./convert.o: ../src/convert/text.h ../src/convert/misc.h
|
||||
./test.o: test.h
|
Reference in New Issue
Block a user