posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / term-style-control-tests
blob921c42fadd867f13ccefaa94f341b1dcd471110b
1 Files:
2 tests/test-term-style-control-hello.c
3 tests/test-term-style-control-yes.c
5 Depends-on:
6 stdbool
7 unistd
8 full-write
10 configure.ac:
12 Makefile.am:
13 TESTS += test-term-style-control-hello
14 check_PROGRAMS += test-term-style-control-hello
15 noinst_PROGRAMS += test-term-style-control-yes
16 test_term_style_control_hello_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD)
17 test_term_style_control_yes_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD)