summaryrefslogtreecommitdiff
path: root/module_test/test_case
diff options
context:
space:
mode:
author杨威 <[email protected]>2023-06-20 16:01:35 +0800
committer杨威 <[email protected]>2023-06-26 20:18:26 +0800
commit096bbda71ea301fe6dbdc603b5cbf06bfc0d73ed (patch)
tree7009752d8a71c4f7f4aafcce6263464d5277be80 /module_test/test_case
parentacc0ee76193f032c64dca379acad9c7256d6e13f (diff)
🦄 refactor(Remove obsolete code): makefile and dictator
Diffstat (limited to 'module_test/test_case')
-rw-r--r--module_test/test_case/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/module_test/test_case/Makefile b/module_test/test_case/Makefile
deleted file mode 100644
index 072f770..0000000
--- a/module_test/test_case/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-INC=-I/opt/MESA/include
-INC+=-I/opt/MESA/include/MESA
-INC+=-I/opt/MESA/include/MESA/stream_inc
-
-
-LIBS=-L/opt/MESA/lib
-LIBS+=-lgtest -lMESA_handle_logger -lpthread -lsapp_benchmark
-
-all:gtest_sapp_by_benchmark
-
-gtest_sapp_by_benchmark:test_function_common.cpp
- ./auto_gen_test_functions.sh
- g++ -o $@ $^ auto_gen_test_functions.cpp -g -std=c++11 $(INC) $(LIBS)
-
-clean:
- rm -f gtest_sapp_by_benchmark *.o