Skip to content

Commit

Permalink
Fix MakefileWorker build w/o STDC++
Browse files Browse the repository at this point in the history
  • Loading branch information
thetic committed Dec 9, 2022
1 parent e117194 commit 6dd9c05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/basic.yml
Expand Up @@ -338,7 +338,7 @@ jobs:
test_cmd: ./CppUTest_tests -r
- name: STDC++ disabled
make_args: >
CPPUTEST_USE_STD_CPP_LIB=Y
CPPUTEST_USE_STD_CPP_LIB=N
extensions
- name: Memory Leak Detection disabled
make_args: >
Expand Down
4 changes: 2 additions & 2 deletions Makefile_using_MakefileWorker
Expand Up @@ -35,8 +35,8 @@ test_all: start
./$(TEST_TARGET) -r
$(MAKE_CMD) clean
@echo Building with the STDC++ new disabled.
$(TIME) $(MAKE_CMD) CPPUTEST_USE_STD_CPP_LIB=Y extensions
$(MAKE_CMD) CPPUTEST_USE_STD_CPP_LIB=Y cleanExtensions
$(TIME) $(MAKE_CMD) CPPUTEST_USE_STD_CPP_LIB=N extensions
$(MAKE_CMD) CPPUTEST_USE_STD_CPP_LIB=N cleanExtensions
@echo Building with Memory Leak Detection disabled
$(TIME) $(MAKE_CMD) CPPUTEST_USE_MEM_LEAK_DETECTION=N extensions
$(MAKE_CMD) CPPUTEST_USE_MEM_LEAK_DETECTION=N cleanExtensions
Expand Down

0 comments on commit 6dd9c05

Please sign in to comment.