aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--decoder/build/linux/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoder/build/linux/makefile b/decoder/build/linux/makefile
index b222e43ad724..58b2b0890b76 100644
--- a/decoder/build/linux/makefile
+++ b/decoder/build/linux/makefile
@@ -203,6 +203,7 @@ clean_tests:
cd $(OCSD_ROOT)/tests/build/linux/mem_buffer_eg && $(MAKE) clean
cd $(OCSD_ROOT)/tests/build/linux/frame_demux_test && $(MAKE) clean
cd $(OCSD_ROOT)/tests/build/linux/perr && $(MAKE) clean
+ cd $(OCSD_ROOT)/tests/build/linux/mem_acc_test && $(MAKE) clean
-rmdir $(OCSD_TESTS)/lib
clean_docs: