diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-01-13 22:50:58 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-01-13 22:50:58 +0100 |
commit | 9b723c4ea768f71fc0bc69ba467c6240d18adf35 (patch) | |
tree | 84d6e4e61f569ef30c1ff526f75d36e262b32f8c /test/API/Makefile.in | |
parent | 6252572a624c5bc65a6ed3a5778808e84510a8f7 (diff) |
remove API dir. tests are disabled anyway.
Diffstat (limited to 'test/API/Makefile.in')
-rw-r--r-- | test/API/Makefile.in | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/test/API/Makefile.in b/test/API/Makefile.in deleted file mode 100644 index 9e7cfdf57..000000000 --- a/test/API/Makefile.in +++ /dev/null @@ -1,26 +0,0 @@ -# uClibc API tests -# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. - -SHELL_TESTS := shell_tst-API -run: $(SHELL_TESTS) - -define get_codes - $(subst .,,$(sort $(suffix $(subst -,.,$(foreach x,$(1),$(if $(findstring -,$(x)),$(x),)))))) -endef -sym_files = $(patsubst %.syms,%,$(wildcard *.syms)) -stds = $(patsubst .%,%,$(sort $(suffix $(sym_files)))) -tests=$(foreach s,$(stds),$(patsubst %.$(s),%,$(sym_files))) -codes=$(call get_codes,$(tests)) - -shell_tst-API: uclibc_out=$(patsubst shell_%,%,$@).out -shell_tst-API: glibc_out=$(patsubst shell_%,%_glibc,$@).out -shell_tst-API: - @exec echo "DISABLED for now, needs improvement" -shell_tst-API_DISABLED: - $(showtest) - $(Q)top_builddir=$(top_builddir) AWK=$(AWK) \ - uclibc_out=$(uclibc_out) glibc_out=$(glibc_out) \ - $(SHELL) \ - $(patsubst shell_%,%.sh,$@) $(stds) "$(tests)" - $(do_showdiff) $(glibc_out) $(uclibc_out) ; \ - exec diff -u "$(glibc_out)" "$(uclibc_out)" |