diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-08-21 21:51:22 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-08-21 21:51:22 +0300 |
commit | b33eb7a4bf226ce8d9f568927f875afe290d9b06 (patch) | |
tree | 694b8a499ed9c3a13dffa38ec968673d49ac3389 /test | |
parent | b723f14ac83c52de73771a97b0b84d97cc640fd0 (diff) | |
parent | 79bdf495760451af2b7f7ef209d5f4c82e9929fa (diff) | |
download | egawk-b33eb7a4bf226ce8d9f568927f875afe290d9b06.tar.gz egawk-b33eb7a4bf226ce8d9f568927f875afe290d9b06.tar.bz2 egawk-b33eb7a4bf226ce8d9f568927f875afe290d9b06.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 4 | ||||
-rw-r--r-- | test/Makefile.am | 3 | ||||
-rw-r--r-- | test/Makefile.in | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 8477084e..a015ebfe 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2017-08-21 Eli Zaretskii <eliz@gnu.org> + + * Makefile.am (testext): Remove textexttmp.txt. + 2017-08-16 Arnold D. Robbins <arnold@skeeve.com> * Makefile.am (EXTRA_DIST): Add aryunasgn files. diff --git a/test/Makefile.am b/test/Makefile.am index a4da78c1..b2577841 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1981,7 +1981,6 @@ profile1: @$(AWK) -f ./ap-$@.out "$(srcdir)"/dtdgport.awk > _$@.out2 ; rm ap-$@.out @$(CMP) _$@.out1 _$@.out2 && rm _$@.out[12] || { echo EXIT CODE: $$? >>_$@ ; \ cp "$(srcdir)"/dtdgport.awk $@.ok ; } - profile2: @echo $@ @@ -2210,7 +2209,7 @@ testext:: @echo $@ @$(AWK) '/^(@load|BEGIN)/,/^}/' "$(top_srcdir)"/extension/testext.c > testext.awk @$(AWK) -f ./testext.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ - @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ testext.awk + @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ testext.awk textexttmp.txt getfile: @echo $@ diff --git a/test/Makefile.in b/test/Makefile.in index ec3eb791..ec3bb963 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -2648,7 +2648,7 @@ testext:: @echo $@ @$(AWK) '/^(@load|BEGIN)/,/^}/' "$(top_srcdir)"/extension/testext.c > testext.awk @$(AWK) -f ./testext.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ - @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ testext.awk + @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ testext.awk textexttmp.txt getfile: @echo $@ |