~dricottone/my-utils

5a18fc37c174d2e2a22f3f59e45ec9b3e953f2d0 — Dominic Ricottone 3 years ago 6e88ef8
Remove temp test files
7 files changed, 3 insertions(+), 2 deletions(-)

M .gitignore
M Makefile
D tests/temp_enumerate/0001.a
D tests/temp_enumerate/0002.b
D tests/temp_enumerate/0003.c
D tests/temp_enumerate/0004.d
D tests/temp_enumerate/0005.e
M .gitignore => .gitignore +1 -0
@@ 1,1 1,2 @@
tests/static
tests/temp_*

M Makefile => Makefile +2 -2
@@ 113,11 113,11 @@ uninstall:
test: clean
	#shellcheck src/*.bash src/*.sh $(LIB_DIR)/mylib.bash $(LIB_DIR)/myparse.bash $(LIB_DIR)/myminiparse.sh
	sh tests/init.sh
	sh tests/compression_test_new.sh
	sh tests/compression_test.sh
	sh tests/ctdir_test.sh
	sh tests/which_test.sh
	sh tests/bom_test.sh

clean:
	rm -rf tests/static
	rm -rf tests/static tests/temp_enumerate


D tests/temp_enumerate/0001.a => tests/temp_enumerate/0001.a +0 -0
D tests/temp_enumerate/0002.b => tests/temp_enumerate/0002.b +0 -0
D tests/temp_enumerate/0003.c => tests/temp_enumerate/0003.c +0 -0
D tests/temp_enumerate/0004.d => tests/temp_enumerate/0004.d +0 -0
D tests/temp_enumerate/0005.e => tests/temp_enumerate/0005.e +0 -0