diff options
Diffstat (limited to 'test/Makefile.in')
-rw-r--r-- | test/Makefile.in | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index 2316cf71..e4b22fd8 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -314,8 +314,6 @@ EXTRA_DIST = \ asort.ok \ asorti.awk \ asorti.ok \ - assignconst.awk \ - assignconst.ok \ awkpath.ok \ back89.awk \ back89.in \ @@ -1162,7 +1160,7 @@ LOCALE_CHARSET_TESTS = \ mbprintf1 mbprintf2 mbprintf3 rebt8b2 rtlenmb sort1 sprintfc SHLIB_TESTS = \ - assignconst fnmatch filefuncs fork fork2 fts ordchr ordchr2 \ + fnmatch filefuncs fork fork2 fts ordchr ordchr2 \ readdir readfile revout revtwoway rwarray testext time @@ -2064,13 +2062,6 @@ testext:: @$(AWK) -f testext.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ @-$(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@ testext.awk -assignconst: - @echo $@ - @for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14; \ - do AWKPATH=$(srcdir) $(AWK) -f $@.awk $$i ; \ - done 2>&1 | grep -v at_exit > _$@ - @-$(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@ - readdir: @echo This test can fail on some filesystems. @echo $@ |