twister

HTTP fault injector for testing
Log | Files | Refs | README | LICENSE

Makefile.am (320B)


      1 noinst_PROGRAMS = \
      2   test_twister_webserver
      3 
      4 test_twister_webserver_SOURCES = \
      5   test_twister_webserver.c
      6 test_twister_webserver_LDADD = \
      7   -lmicrohttpd
      8 
      9 TESTS = \
     10   test_twister.sh
     11 
     12 EXTRA_DIST = \
     13   $(TESTS) \
     14   body.json.deflate \
     15   test_chaos.sh \
     16   test_twister.conf \
     17   test_twister_ipc.conf \
     18   test_chaos.conf