commit | 00c4b090c17012c29c83126e802dced85e383923 | [log] [tgz] |
---|---|---|
author | Mohammad Azim Khan <Azim.Khan@arm.com> | Thu Jun 28 13:10:19 2018 +0100 |
committer | Mohammad Azim Khan <Azim.Khan@arm.com> | Mon Aug 06 11:42:06 2018 +0100 |
tree | 1fdb38902f2d9afdbad9e550ad1508788f86e48e | |
parent | ff560f2239acf116475ed81067663b6926f4739e [diff] [blame] |
Change intermediate data file extension to .datax
diff --git a/tests/Makefile b/tests/Makefile index e8091cc..e344635 100644 --- a/tests/Makefile +++ b/tests/Makefile
@@ -205,9 +205,9 @@ clean: ifndef WINDOWS - rm -rf $(APPS) *.c *.data TESTS + rm -rf $(APPS) *.c *.datax TESTS else - del /Q /F *.c *.exe *.data + del /Q /F *.c *.exe *.datax rmdir /Q /S TESTS endif