File tree Expand file tree Collapse file tree 2 files changed +9
-14
lines changed
test/nanostack/unittest/thread/nvm Expand file tree Collapse file tree 2 files changed +9
-14
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ $(TESTDIRS):
65
65
66
66
$(CLEANTESTDIRS ) :
67
67
@make -C $(@:clean-%=% ) clean
68
+ @rm -fr results
68
69
69
70
.PHONY : release
70
71
release :
Original file line number Diff line number Diff line change @@ -17,19 +17,13 @@ TEST_SRC_FILES = \
17
17
18
18
include ../../MakefileWorker.mk
19
19
20
- CLEAN-DIRS := $(foreach dir,$(DIRS ) ,clean-$(dir ) )
21
- clean : $(CLEAN-DIRS )
22
- rm -rf stub/* gcov stub/* gcda stubs/* o
23
- rm -rf results/*
24
- rm -rf coverages/*
25
- rm -rf results
26
- rm -rf coverages
27
- rm -rf lib/*
28
- rm -rf objs/*
29
- rm -f /tmp/fd.txt
20
+ clean :
21
+ rm -f f_d
22
+ rm -f s_d
23
+ rm -f cpputest_thread_nvm_store.xml
24
+ rm -f thread_nvm_store_unit_tests
25
+ rm -f thread_nvm_store_unit_tests
26
+ rm -f thread_nvm_store_unit_tests.txt
30
27
31
- .PHONY : $(CLEAN-DIRS )
32
- $(CLEAN-DIRS ) :
33
- make -C $(subst clean-,,$@ ) clean
28
+ CPPUTESTFLAGS += -DFEA_TRACE_SUPPORT -DHAVE_THREAD
34
29
35
- CPPUTESTFLAGS += -DFEA_TRACE_SUPPORT -DHAVE_THREAD=1
You can’t perform that action at this time.
0 commit comments