From: vsr Date: Fri, 1 Oct 2010 11:40:41 +0000 (+0000) Subject: Fix make distcheck problems X-Git-Tag: V5_1_main_FINAL~12 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5f13b2adcf98732b4b59d17b04a1487f10c65b71;p=tools%2Fmedcoupling.git Fix make distcheck problems --- diff --git a/src/MEDCoupling/Test/Makefile.am b/src/MEDCoupling/Test/Makefile.am index e90309b01..bab460971 100755 --- a/src/MEDCoupling/Test/Makefile.am +++ b/src/MEDCoupling/Test/Makefile.am @@ -37,3 +37,7 @@ dist_TestMEDCouplingRemapper_SOURCES = TestMEDCouplingRemapper.cxx MEDCouplingRe UNIT_TEST_PROG = TestMEDCoupling TestMEDCouplingRemapper check : tests + +CLEANFILES = \ + UnitTestsResult + \ No newline at end of file diff --git a/src/MEDLoader/Test/Makefile.am b/src/MEDLoader/Test/Makefile.am index 2d8d75b28..46e1c4052 100755 --- a/src/MEDLoader/Test/Makefile.am +++ b/src/MEDLoader/Test/Makefile.am @@ -30,3 +30,10 @@ dist_TestMEDLoader_SOURCES = TestMEDLoader.cxx MEDLoaderTest.cxx MEDLoaderTest.h UNIT_TEST_PROG = TestMEDLoader check : tests + +CLEANFILES = \ + UnitTestsResult + +clean-local: + rm -rf *.med + \ No newline at end of file