Skip to content
Snippets Groups Projects
Commit cf73108e authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Clean and ignore log files of the test suite.

parent a6940e63
No related branches found
No related tags found
1 merge request!7Replaced gridDefDatatype()/gridInqDatatype() by cdiDefKeyInt()/cdiInqKeyInt()...
......@@ -31,6 +31,7 @@ Makefile.in
/src/pkgconfig/cdipio.pc
/src/stamp-h1
/tables/gen_tableheaderfile
/tests/*.log
/tests/pio_cksum_asynch
/tests/pio_cksum_cdf
/tests/pio_cksum_fpguard
......
......@@ -65,7 +65,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/src
#
EXTRA_DIST = test_cdf_write.c test_cdf_read.c test_cksum_base
#
CLEANFILES = `ls *~ *.grb *.nc *.nc4 *.srv *.ext example_*.cksum`
CLEANFILES = `ls *~ *.grb *.nc *.nc4 *.srv *.ext example_*.cksum *.log`
#
AUTOMAKE_OPTIONS = color-tests
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment