diff options
Diffstat (limited to 'test/argp/Makefile.in')
-rw-r--r-- | test/argp/Makefile.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/argp/Makefile.in b/test/argp/Makefile.in deleted file mode 100644 index c47296434..000000000 --- a/test/argp/Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ -# uClibc argp tests -# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. - -TESTS := $(addprefix argp-, ex1 ex2 ex3 ex4 test) \ - bug-argp1 tst-argp1 tst-argp2 - -OPTS_argp-ex3 = ARG1 ARG2 -OPTS_argp-ex4 = ARG1 string1 string2 string3 -OPTS_bug-argp1 = -- --help - |