Mercurial > hg > fxanalyse
view Makefile @ 265:da38cbbc7ec8
Add DDS clients test code
To verify the portabiolity of the clients code and to make testing
easier the test code is independent of the CVI environment and
runtime.
author | Daniele Nicolodi <daniele.nicolodi@obspm.fr> |
---|---|
date | Sun, 21 Jun 2015 14:44:33 +0200 |
parents | |
children |
line wrap: on
line source
# makefile to compile test programs independently of LabWindowCVI TESTS = test-ad9912 test-ad9956 CFLAGS = -Wall -Wextra -Werror all: $(TESTS) test-ad9912: xsocket.o ad9912.o test-ad9956: xsocket.o ad9956.o clean: rm -f *.o $(TESTS)