diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-02 20:24:11 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-02 20:24:11 (EDT) |
commit | 4c25a81c3ae20990c44c10763e07e2a09568b992 (patch) | |
tree | cfd8068d796d4b195224c8ed533433b4a32985a7 | |
parent | 1691b727d3f7667fde3ca47d0aac3038f68027a4 (diff) |
Revert "build: Run tests"
This reverts commit aa21a097df4723968e835ffb80213c22224ac417.
"The test-programs are interactive", quoth upstream Makefile.in.
-rwxr-xr-x | build | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -40,9 +40,6 @@ nop: build_ncurses build_ncursesw build_ncurses_legacy build_ncursesw_legacy: oh-autoconfigure -B $(builddir) -- $($@_opts) oh-autobuild -B $(builddir) - if [ x'$(OPK_BUILD_ARCH)' = x'$(OPK_HOST_ARCH)' ]; then \ - oh-autotest -B $(builddir); \ - fi touch $@ build: build_ncurses build_ncursesw build_ncurses_legacy build_ncursesw_legacy |