*** empty log message ***

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@4 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.0.0
Frank Singleton, VK3FCS 2000-07-18 21:16:49 +00:00
rodzic 190ae09361
commit ec15c64ed9
1 zmienionych plików z 15 dodań i 0 usunięć

Wyświetl plik

@ -20,6 +20,7 @@ ft747/
`-- test
|-- Makefile
|-- RCS
|-- RESULT.example
|-- testlibft747.c
`-- testlibft747.h
@ -35,3 +36,17 @@ ft747/
6. libXXXX.so should be built to allow TX (PTT) to be disabled
if required. See ft747.[ch] for how this is done.
7. The Makefile for the test suite should have a target like
this to allow testing the API.
# run test program in local directory
.PHONY: runtest
runtest:
(LD_LIBRARY_PATH="../lib" ./testlibft747 )
8. You may wish to make an example out from your test suite
program available as follows.
make runtest > RESULT.example