Makefile.am 354 B

12345678910111213
  1. # unittesting my ass
  2. AM_CFLAGS = -I ../include/
  3. AM_LDFLAGS = -lcrypto -lssl
  4. check_PROGRAMS = test_qa_sock test_qa
  5. TESTS = $(check_PROGRAMS) test_cmdline.test
  6. test_qa_sock_SOURCES = test_qa_sock.c
  7. test_qa_sock_LDADD = ../qa_sock.o
  8. test_qa_SOURCES = test_qa.c
  9. test_qa_LDADD = ../qa_sock.o ../qa.o ../questions/allquestions.o ../questions/libquestions.a